settings: Remove id column from user and deactivated user lists.

Fixes part of #25483.
This commit is contained in:
acolloredo
2023-05-28 00:32:22 +00:00
committed by Tim Abbott
parent 66bc0c95cb
commit 1fc59288b9
3 changed files with 0 additions and 7 deletions

View File

@@ -14,11 +14,6 @@
<span class="hidden-email">{{t "(hidden)"}}</span>
</td>
{{/if}}
{{#unless is_bot}}
<td>
<span class="user_id">{{user_id}}</span>
</td>
{{/unless}}
<td>
<span class="user_role">{{user_role_text}}</span>
</td>

View File

@@ -14,7 +14,6 @@
<thead class="table-sticky-headers">
<th class="active" data-sort="alphabetic" data-sort-prop="full_name">{{t "Name" }}</th>
<th {{#if allow_sorting_deactivated_users_list_by_email}}data-sort="email"{{/if}}>{{t "Email" }}</th>
<th class="user_id" data-sort="id">{{t "User ID" }}</th>
<th class="user_role" data-sort="role">{{t "Role" }}</th>
{{#if is_admin}}
<th class="actions">{{t "Actions" }}</th>

View File

@@ -13,7 +13,6 @@
<thead class="table-sticky-headers">
<th class="active" data-sort="alphabetic" data-sort-prop="full_name">{{t "Name" }}</th>
<th data-sort="email">{{t "Email" }}</th>
<th class="user_id" data-sort="id">{{t "User ID" }}</th>
<th class="user_role" data-sort="role">{{t "Role" }}</th>
<th class="last_active" data-sort="last_active">{{t "Last active" }}</th>
{{#if is_admin}}