refact and login
This commit is contained in:
parent
acc34aeee4
commit
e042e34bf7
78 changed files with 2492 additions and 50576 deletions
|
|
@ -0,0 +1,41 @@
|
|||
@model ClientSecret
|
||||
|
||||
<dl class="dl-horizontal">
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.ClientId)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.ClientId)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Created)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Created)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Expiration)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Expiration)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Description)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Description)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Type)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Type)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Value)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Value)
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue