mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-28 19:01:48 -05:00
Add more sort options to new lists
This commit is contained in:
@@ -38,13 +38,6 @@ function ApplicationsStrings (BaseString) {
|
||||
ns.inputs = {
|
||||
ORGANIZATION_PLACEHOLDER: t.s('SELECT AN ORGANIZATION')
|
||||
};
|
||||
|
||||
ns.sort = {
|
||||
NAME_ASCENDING: t.s('Name (Ascending)'),
|
||||
NAME_DESCENDING: t.s('Name (Descending)'),
|
||||
USERNAME_ASCENDING: t.s('Username (Ascending)'),
|
||||
USERNAME_DESCENDING: t.s('Username (Descending)')
|
||||
};
|
||||
}
|
||||
|
||||
ApplicationsStrings.$inject = ['BaseStringService'];
|
||||
|
||||
Reference in New Issue
Block a user