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:
parent
84e02a5dd2
commit
2b64a1fcd9
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user