KEYCLOAK-1421 - user created date added to the admin console

This commit is contained in:
Vlastimil Elias 2015-06-16 09:03:22 +02:00
parent d7379f29da
commit 82282c1c75

View file

@ -19,6 +19,13 @@
<input class="form-control" type="text" id="id" name="id" data-ng-model="user.id" autofocus data-ng-readonly="true">
</div>
</div>
<div class="form-group">
<label class="col-md-2 control-label"for="id">Created at</label>
<div class="col-md-6">
{{user.createdTimestamp|date:'shortDate'}}&nbsp;{{user.createdTimestamp|date:'mediumTime'}}
</div>
</div>
<div class="form-group">
<label class="col-md-2 control-label"for="username">Username <span class="required" data-ng-show="create">*</span></label>
@ -118,4 +125,4 @@
</form>
</div>
<kc-menu></kc-menu>
<kc-menu></kc-menu>