settings: Remove id column from subscriber list.

Fixes part of #25483.
This commit is contained in:
acolloredo
2023-05-27 23:59:35 +00:00
committed by Tim Abbott
parent bad600e731
commit 66bc0c95cb
2 changed files with 0 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
{{else}}
<td class="hidden-subscriber-email">{{t "(hidden)"}}</td>
{{/if}}
<td class="subscriber-user-id">{{user_id}}</td>
{{#if can_remove_subscribers}}
<td class="unsubscribe">
<div class="subscriber_list_remove">

View File

@@ -23,7 +23,6 @@
<thead class="table-sticky-headers">
<th data-sort="alphabetic" data-sort-prop="full_name">{{t "Name" }}</th>
<th data-sort="email">{{t "Email" }}</th>
<th data-sort="id">{{t "User ID" }}</th>
{{#if can_remove_subscribers}}
<th class="actions">{{t "Actions" }}</th>
{{/if}}