1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

fix scheduler ux of inventory manage to be consistent

This commit is contained in:
John Mitchell 2016-06-30 16:10:23 -04:00
parent 84e02a5dd2
commit 2b64a1fcd9

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: {