mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: limit other accounts deletion to 50 accounts otherwise it'll feel too slow
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
{{i18n ip_lookup.other_accounts}}
|
||||
<strong>{{other_accounts.length}}</strong>
|
||||
{{#if other_accounts.length}}
|
||||
<button class="btn btn-danger pull-right" {{action "deleteAllOtherAccounts"}}>
|
||||
{{fa-icon "warning"}}{{i18n ip_lookup.delete_all}}
|
||||
<button class="btn btn-danger pull-right" {{action "deleteOtherAccounts"}}>
|
||||
{{fa-icon "warning"}}{{i18n ip_lookup.delete_other_accounts}}
|
||||
</button>
|
||||
{{/if}}
|
||||
</dt>
|
||||
|
||||
Reference in New Issue
Block a user