remove permissions subview code from applications ui crud

This commit is contained in:
John Mitchell
2018-03-07 16:55:16 -05:00
parent 8031337114
commit 8a28d7c950
5 changed files with 3 additions and 190 deletions
@@ -8,13 +8,11 @@ function ApplicationsStrings (BaseString) {
LIST_BREADCRUMB_LABEL: t.s('APPLICATIONS'),
ADD_BREADCRUMB_LABEL: t.s('CREATE APPLICATION'),
EDIT_BREADCRUMB_LABEL: t.s('EDIT APPLICATION'),
USER_LIST_BREADCRUMB_LABEL: t.s('USERS'),
PERMISSIONS_BREADCRUMB_LABEL: t.s('PERMISSIONS')
USER_LIST_BREADCRUMB_LABEL: t.s('USERS')
};
ns.tab = {
DETAILS: t.s('Details'),
PERMISSIONS: t.s('Permissions'),
USERS: t.s('Users')
};