mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #2724 from jlmitch5/fixSchedulerUX
fix scheduler ux of inventory manage to be consistent
This commit is contained in:
commit
240c57bf4b
@ -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…
x
Reference in New Issue
Block a user