mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Smart inventory validation bug fix
This commit is contained in:
parent
bbf8f2081d
commit
3bd214393b
@ -10,3 +10,4 @@
|
||||
</span>
|
||||
</span>
|
||||
</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'),
|
||||
type: 'custom',
|
||||
control: '<smart-inventory-host-filter host-filter="smart_hosts"></smart-inventory-host-filter>',
|
||||
basePath: 'hosts',
|
||||
list: 'HostsList',
|
||||
sourceModel: 'host',
|
||||
sourceField: 'name',
|
||||
required: true,
|
||||
class: 'Form-formGroup--fullWidth'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user