mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Merge pull request #2693 from jlmitch5/fixAppTokensListRowItems
remove org and last used, fix expired datetime on app token list
This commit is contained in:
commit
d025f5ed2b
@ -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