mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Changed GroupList from value to factory
This commit is contained in:
parent
3107cf0f72
commit
407647e415
@ -22,5 +22,5 @@ export default
|
||||
nestedHosts.name
|
||||
])
|
||||
.factory('GroupForm', groupFormDefinition)
|
||||
.value('GroupList', groupListDefinition)
|
||||
.factory('GroupList', groupListDefinition)
|
||||
.factory('GetHostsStatusMsg', GetHostsStatusMsg);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user