mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Smart inventory validation bug fix
This commit is contained in:
@@ -10,3 +10,4 @@
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<input class="ng-hide" ng-model="hostFilter" required>
|
||||||
|
|||||||
@@ -65,10 +65,6 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo
|
|||||||
label: i18n._('Smart Host Filter'),
|
label: i18n._('Smart Host Filter'),
|
||||||
type: 'custom',
|
type: 'custom',
|
||||||
control: '<smart-inventory-host-filter host-filter="smart_hosts"></smart-inventory-host-filter>',
|
control: '<smart-inventory-host-filter host-filter="smart_hosts"></smart-inventory-host-filter>',
|
||||||
basePath: 'hosts',
|
|
||||||
list: 'HostsList',
|
|
||||||
sourceModel: 'host',
|
|
||||||
sourceField: 'name',
|
|
||||||
required: true,
|
required: true,
|
||||||
class: 'Form-formGroup--fullWidth'
|
class: 'Form-formGroup--fullWidth'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user