Swap text-based on and off toggles to non-text based

This commit is contained in:
mabashian
2019-08-05 11:25:08 -04:00
parent 4f3f87ebc7
commit c4700998af
30 changed files with 178 additions and 1941 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 .ScheduleToggle-switch'
'#inventory_form .awxSwitch-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 .ScheduleToggle-switch',
'#notification_template_form .awxSwitch-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 .ScheduleToggle-switch'
'#job_template_form .awxSwitch-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 .ScheduleToggle-switch'
'#workflow_job_template_form .awxSwitch-inner'
]
},
labels: {