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