mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-02 04:41:49 -05:00
populate org and description on app detail view
This commit is contained in:
@@ -25,6 +25,10 @@ function ApplicationsStrings (BaseString) {
|
||||
ROW_ITEM_LABEL_ORGANIZATION: t.s('ORG'),
|
||||
ROW_ITEM_LABEL_MODIFIED: t.s('LAST MODIFIED')
|
||||
};
|
||||
|
||||
ns.inputs = {
|
||||
ORGANIZATION_PLACEHOLDER: t.s('SELECT AN ORGANIZATION')
|
||||
};
|
||||
}
|
||||
|
||||
ApplicationsStrings.$inject = ['BaseStringService'];
|
||||
|
||||
Reference in New Issue
Block a user