mirror of
https://github.com/ansible/awx.git
synced 2026-07-29 08:59:55 -02:30
Prevent scheduling JT runs where credentials with passwords are required. Added read-only view of schedules when user does not have edit permissions.
This commit is contained in:
@@ -58,6 +58,7 @@ function BaseStringService (namespace) {
|
||||
* the project.
|
||||
*/
|
||||
this.CANCEL = t.s('CANCEL');
|
||||
this.CLOSE = t.s('CLOSE');
|
||||
this.SAVE = t.s('SAVE');
|
||||
this.OK = t.s('OK');
|
||||
this.NEXT = t.s('NEXT');
|
||||
|
||||
Reference in New Issue
Block a user