mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
Change awxSwitch class prefix to atSwitch to match component name
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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'
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user