mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Merge pull request #2724 from jlmitch5/fixSchedulerUX
fix scheduler ux of inventory manage to be consistent
This commit is contained in:
@@ -94,6 +94,14 @@ export default
|
|||||||
'form@inventoryManage': {
|
'form@inventoryManage': {
|
||||||
templateUrl: templateUrl("scheduler/scheduler"),
|
templateUrl: templateUrl("scheduler/scheduler"),
|
||||||
controller: 'schedulerController'
|
controller: 'schedulerController'
|
||||||
|
},
|
||||||
|
// don't display groups and hosts lists to be
|
||||||
|
// consistent with other scheduler views
|
||||||
|
'groupsList@inventoryManage': {
|
||||||
|
template: ''
|
||||||
|
},
|
||||||
|
'hostsList@inventoryManage': {
|
||||||
|
template: '',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ncyBreadcrumb: {
|
ncyBreadcrumb: {
|
||||||
|
|||||||
Reference in New Issue
Block a user