Add Job Splitting feature to UI

This commit is contained in:
kialam
2018-10-03 12:01:48 -04:00
committed by AlanCoding
parent c8d76dbe78
commit ef4a2cbebb
9 changed files with 49 additions and 29 deletions

View File

@@ -23,7 +23,7 @@ function OutputStrings (BaseString) {
EXTRA_VARS: t.s('Read-only view of extra variables added to the job template'),
INVENTORY: t.s('View the Inventory'),
JOB_TEMPLATE: t.s('View the Job Template'),
SHARD_DETAILS: t.s('Job is one of several shards from a JT that splits on inventory'),
SPLIT_JOB_DETAILS: t.s('Job is one of several from a JT that splits on inventory'),
PROJECT: t.s('View the Project'),
PROJECT_UPDATE: t.s('View Project checkout results'),
SCHEDULE: t.s('View the Schedule'),
@@ -56,7 +56,7 @@ function OutputStrings (BaseString) {
JOB_EXPLANATION: t.s('Explanation'),
JOB_TAGS: t.s('Job Tags'),
JOB_TEMPLATE: t.s('Job Template'),
SHARD_DETAILS: t.s('Shard Details'),
SPLIT_JOB: t.s('Split Job'),
JOB_TYPE: t.s('Job Type'),
LABELS: t.s('Labels'),
LAUNCHED_BY: t.s('Launched By'),