Merge pull request #7051 from mabashian/7034-disable-save-no-filter

Smart inventory validation bug fix
This commit is contained in:
Michael Abashian 2017-07-13 18:36:21 -04:00 committed by GitHub
commit a574d8b645
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'
},