Job Submission code mirror

added code mirror to the job submission modal window. still need to investigate the issue when launching a job on the job template form, when two code mirror editor instances are visible.
This commit is contained in:
Jared Tabor
2014-11-18 09:01:51 -05:00
parent a63ec61fef
commit fd5483bbab
4 changed files with 47 additions and 131 deletions

View File

@@ -25,7 +25,7 @@ angular.module('JobVarsPromptFormDefinition', [])
actions: { },
fields: {
variables: {
extra_vars: {
label: null,
type: 'textarea',
rows: 6,