mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-12 15:58:38 -05:00
Add Artifacts CodeMirror field to job details.
This commit is contained in:
@@ -14,6 +14,7 @@ function OutputStrings (BaseString) {
|
||||
};
|
||||
|
||||
ns.tooltips = {
|
||||
ARTIFACTS: t.s('Read-only view of artifacts added to the job template'),
|
||||
CANCEL: t.s('Cancel'),
|
||||
COLLAPSE_OUTPUT: t.s('Collapse Output'),
|
||||
DELETE: t.s('Delete'),
|
||||
@@ -49,6 +50,7 @@ function OutputStrings (BaseString) {
|
||||
};
|
||||
|
||||
ns.labels = {
|
||||
ARTIFACTS: t.s('Artifacts'),
|
||||
CREDENTIAL: t.s('Credential'),
|
||||
ENVIRONMENT: t.s('Environment'),
|
||||
EXECUTION_NODE: t.s('Execution Node'),
|
||||
|
||||
Reference in New Issue
Block a user