Change awxSwitch class prefix to atSwitch to match component name

This commit is contained in:
mabashian
2019-08-07 11:22:28 -04:00
parent c71068fa1c
commit 0bd9d4abaf
6 changed files with 19 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ const standardInvDetails = createFormSection({
'#inventory_form .Form-textArea',
'#inventory_form input[type="checkbox"]',
'#inventory_form .ui-spinner-input',
'#inventory_form .awxSwitch-inner'
'#inventory_form .atSwitch-inner'
]
},
labels: {

View File

@@ -19,7 +19,7 @@ const details = createFormSection({
'#notification_template_form input[type="radio"]',
'#notification_template_form .ui-spinner-input',
'#notification_template_form .Form-textArea',
'#notification_template_form .awxSwitch-inner',
'#notification_template_form .atSwitch-inner',
'#notification_template_form .Form-lookupButton'
]
}

View File

@@ -18,7 +18,7 @@ const jtDetails = createFormSection({
'#job_template_form .Form-textArea',
'#job_template_form input[type="checkbox"]',
'#job_template_form .ui-spinner-input',
'#job_template_form .awxSwitch-inner'
'#job_template_form .atSwitch-inner'
]
},
labels: {
@@ -38,7 +38,7 @@ const wfjtDetails = createFormSection({
'#workflow_job_template_form .Form-textArea',
'#workflow_job_template_form input[type="checkbox"]',
'#workflow_job_template_form .ui-spinner-input',
'#workflow_job_template_form .awxSwitch-inner'
'#workflow_job_template_form .atSwitch-inner'
]
},
labels: {