mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 22:49:32 -02:30
PR Feedback
This commit is contained in:
@@ -182,6 +182,12 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Form-checkbox--stacked {
|
||||||
|
label {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.Form-textUneditable {
|
.Form-textUneditable {
|
||||||
.Form-textInput {
|
.Form-textInput {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@@ -249,6 +249,7 @@ export default
|
|||||||
label: 'Update Options',
|
label: 'Update Options',
|
||||||
type: 'checkbox_group',
|
type: 'checkbox_group',
|
||||||
ngShow: "source && (source.value !== 'manual' && source.value !== null)",
|
ngShow: "source && (source.value !== 'manual' && source.value !== null)",
|
||||||
|
class: 'Form-checkbox--stacked',
|
||||||
|
|
||||||
fields: [{
|
fields: [{
|
||||||
name: 'overwrite',
|
name: 'overwrite',
|
||||||
|
|||||||
Reference in New Issue
Block a user