mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Implemented generic prompt modal for launching and saving launch configurations. Added UI support for prompting on job template schedules.
This commit is contained in:
@@ -60,6 +60,13 @@ function BaseStringService (namespace) {
|
||||
this.CANCEL = t.s('CANCEL');
|
||||
this.SAVE = t.s('SAVE');
|
||||
this.OK = t.s('OK');
|
||||
this.NEXT = t.s('NEXT');
|
||||
this.SHOW = t.s('SHOW');
|
||||
this.HIDE = t.s('HIDE');
|
||||
this.ON = t.s('ON');
|
||||
this.OFF = t.s('OFF');
|
||||
this.YAML = t.s('YAML');
|
||||
this.JSON = t.s('JSON');
|
||||
this.deleteResource = {
|
||||
HEADER: t.s('Delete'),
|
||||
USED_BY: resourceType => t.s('The {{ resourceType }} is currently being used by other resources.', { resourceType }),
|
||||
|
||||
Reference in New Issue
Block a user