mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
remove org and last used, fix expired datetime on app token list
This commit is contained in:
parent
57fdbc1853
commit
0d9dbc15a7
@ -22,18 +22,9 @@
|
||||
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_DESCRIPTION') }}"
|
||||
value="{{ user.description }}">
|
||||
</at-row-item>
|
||||
<at-row-item
|
||||
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_ORGANIZATION') }}"
|
||||
value="{{ user.summary_fields.organization.name }}"
|
||||
value-link="/#/organizations/{{ user.summary_fields.organization.id }}">
|
||||
</at-row-item>
|
||||
<at-row-item
|
||||
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_EXPIRED') }}"
|
||||
value="{{ user.expriation | longDate }}">
|
||||
</at-row-item>
|
||||
<at-row-item
|
||||
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_MODIFIED') }}"
|
||||
value="{{ vm.getLastUsed(user) }}">
|
||||
value="{{ user.expires | longDate }}">
|
||||
</at-row-item>
|
||||
</div>
|
||||
</at-row>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user