1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

fixed callback fields from always displaying on jt edit

This commit is contained in:
John Mitchell 2015-08-24 15:41:34 -04:00
parent d2423543ec
commit 106718fc20

View File

@ -298,7 +298,7 @@ export default
addRequired: false, addRequired: false,
editRequired: false, editRequired: false,
readonly: true, readonly: true,
ngShow: "allow_callbacks", ngShow: "allow_callbacks && allow_callbacks !== 'false'",
column: 2, column: 2,
awPopOver: "callback_help", awPopOver: "callback_help",
awPopOverWatch: "callback_help", awPopOverWatch: "callback_help",
@ -309,7 +309,7 @@ export default
host_config_key: { host_config_key: {
label: 'Host Config Key', label: 'Host Config Key',
type: 'text', type: 'text',
ngShow: "allow_callbacks", ngShow: "allow_callbacks && allow_callbacks !== 'false'",
ngChange: "configKeyChange()", ngChange: "configKeyChange()",
genMD5: true, genMD5: true,
column: 2, column: 2,