mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
Merge pull request #5655 from jlmitch5/makeHostConfigRequired
Make host config required
This commit is contained in:
@@ -349,7 +349,11 @@ export default
|
|||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataTitle: i18n._("Host Config Key"),
|
dataTitle: i18n._("Host Config Key"),
|
||||||
dataContainer: "body",
|
dataContainer: "body",
|
||||||
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)'
|
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)',
|
||||||
|
awRequiredWhen: {
|
||||||
|
reqExpression: 'allow_callbacks',
|
||||||
|
alwaysShowAsterisk: true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
labels: {
|
labels: {
|
||||||
label: i18n._('Labels'),
|
label: i18n._('Labels'),
|
||||||
|
|||||||
Reference in New Issue
Block a user