Smart inventory validation bug fix

This commit is contained in:
Michael Abashian 2017-07-13 10:44:47 -04:00
parent bbf8f2081d
commit 3bd214393b
2 changed files with 1 additions and 4 deletions

View File

@ -10,3 +10,4 @@
</span>
</span>
</div>
<input class="ng-hide" ng-model="hostFilter" required>

View File

@ -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'
},