1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

Custom inventory scripts required on source modal

custom inventory scripts needs to be required when on the source modal screen
This commit is contained in:
Jared Tabor 2014-12-15 16:39:21 -05:00
parent 8f4cd58a5e
commit 283e4a2a96

View File

@ -113,8 +113,8 @@ angular.module('SourceFormDefinition', [])
sourceModel: 'source_script',
sourceField: 'name',
ngClick: 'lookUpCustom_inventory()',
addRequired: false,
editRequired: false
addRequired: true,
editRequired: true
},
extra_vars: {
label: 'Environment Variables', //"{{vars_label}}" ,