Add execution node field to job details panel

This commit is contained in:
Marliana Lara
2019-01-28 13:48:50 -05:00
parent 9d501327fc
commit eca530c788
3 changed files with 21 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ function OutputStrings (BaseString) {
ns.labels = {
CREDENTIAL: t.s('Credential'),
ENVIRONMENT: t.s('Environment'),
EXECUTION_NODE: t.s('Execution Node'),
EXTRA_VARS: t.s('Extra Variables'),
FINISHED: t.s('Finished'),
FORKS: t.s('Forks'),