mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
settings: Remove id column from user and deactivated user lists.
Fixes part of #25483.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user