Remove admin alerts, there are better mechanisms for this

This commit is contained in:
Bill Nottingham
2019-10-30 16:45:32 -04:00
parent 42d2f72683
commit 5cdf2f88da
7 changed files with 1 additions and 160 deletions

View File

@@ -15,9 +15,6 @@ export default ['i18n', function(i18n) {
type: 'text',
reset: 'TOWER_URL_BASE',
},
TOWER_ADMIN_ALERTS: {
type: 'toggleSwitch',
},
ORG_ADMINS_CAN_SEE_ALL_USERS: {
type: 'toggleSwitch',
},