mirror of
https://github.com/ansible/awx.git
synced 2026-07-08 14:58:03 -02:30
adjust user tokens list labeling
This commit is contained in:
@@ -12,11 +12,15 @@
|
||||
</div>
|
||||
|
||||
<at-list results="users">
|
||||
<at-row ng-repeat="users in users">
|
||||
<at-row ng-repeat="user in users">
|
||||
<div class="at-Row-items">
|
||||
<at-row-item
|
||||
header-value="{{ user.name }}"
|
||||
header-link="/#/users/{{ user.id }}">
|
||||
header-value="{{ user.summary_fields.user.username }}"
|
||||
header-link="/#/users/{{ user.summary_fields.user.id }}">
|
||||
</at-row-item>
|
||||
<at-row-item
|
||||
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') }}"
|
||||
|
||||
Reference in New Issue
Block a user