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

Merge pull request #6989 from mabashian/6957-host-groups

Fixed hosts groups list
This commit is contained in:
Michael Abashian 2017-07-12 09:35:30 -04:00 committed by GitHub
commit 55fe6238a2

View File

@ -9,5 +9,5 @@ import HostNestedGroupsListController from './host-nested-groups-list.controller
export default
angular.module('hostNestedGroups', [])
.value('HostNestedGroupListDefinition', HostNestedGroupListDefinition)
.factory('HostNestedGroupListDefinition', HostNestedGroupListDefinition)
.controller('HostNestedGroupsListController', HostNestedGroupsListController);