Merge pull request #2724 from jlmitch5/fixSchedulerUX

fix scheduler ux of inventory manage to be consistent
This commit is contained in:
jlmitch5 2016-07-01 10:55:40 -04:00 committed by GitHub
commit 240c57bf4b

View File

@ -94,6 +94,14 @@ export default
'form@inventoryManage': {
templateUrl: templateUrl("scheduler/scheduler"),
controller: 'schedulerController'
},
// don't display groups and hosts lists to be
// consistent with other scheduler views
'groupsList@inventoryManage': {
template: ''
},
'hostsList@inventoryManage': {
template: '',
}
},
ncyBreadcrumb: {