diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-12-13 12:15:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-13 12:15:10 +0100 |
commit | 20a6584d2dd9d5ecaa19a45a0c0c5ffec5a100ff (patch) | |
tree | 8dbe43ca20808569cadee37ad09d204caa786874 /app/helpers/admin | |
parent | 155e211dd035992432623a33b809578f8315395f (diff) |
Clean up admin UI for accounts (#6004)
* Add staff filter to admin UI for accounts, remove obsolete columns * Only display OStatus section in admin UI for accounts when OStatus data
Diffstat (limited to 'app/helpers/admin')
-rw-r--r-- | app/helpers/admin/filter_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/admin/filter_helper.rb b/app/helpers/admin/filter_helper.rb index 9443934b3..7fe3def98 100644 --- a/app/helpers/admin/filter_helper.rb +++ b/app/helpers/admin/filter_helper.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Admin::FilterHelper - ACCOUNT_FILTERS = %i(local remote by_domain silenced suspended recent username display_name email ip).freeze + ACCOUNT_FILTERS = %i(local remote by_domain silenced suspended recent username display_name email ip staff).freeze REPORT_FILTERS = %i(resolved account_id target_account_id).freeze INVITE_FILTER = %i(available expired).freeze |