mirror of
https://github.com/bitwarden/server
synced 2026-01-08 11:33:26 +00:00
user/org view pages
This commit is contained in:
@@ -57,22 +57,7 @@
|
||||
<h1>User <small>@Model.User.Email</small></h1>
|
||||
|
||||
<h2>Information</h2>
|
||||
<dl class="row">
|
||||
<dt class="col-sm-2">Id</dt>
|
||||
<dd class="col-sm-10"><code>@Model.User.Id</code></dd>
|
||||
|
||||
<dt class="col-sm-2">Items</dt>
|
||||
<dd class="col-sm-10">@Model.CipherCount</dd>
|
||||
|
||||
<dt class="col-sm-2">Created</dt>
|
||||
<dd class="col-sm-10">@Model.User.CreationDate.ToString()</dd>
|
||||
|
||||
<dt class="col-sm-2">Modified</dt>
|
||||
<dd class="col-sm-10">@Model.User.RevisionDate.ToString()</dd>
|
||||
|
||||
<dt class="col-sm-2">Account Modified</dt>
|
||||
<dd class="col-sm-10">@Model.User.AccountRevisionDate.ToString()</dd>
|
||||
</dl>
|
||||
@Html.Partial("_ViewInformation", Model)
|
||||
<form method="post" id="edit-form">
|
||||
<h2>General</h2>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user