Show all inventory groups instead of just root groups on the inventory groups tab

This commit is contained in:
mabashian
2018-04-13 16:21:24 -04:00
parent b1f4fb3a98
commit 7239b28dd8

View File

@@ -15,7 +15,7 @@
hover: true, hover: true,
multiSelect: true, multiSelect: true,
trackBy: 'group.id', trackBy: 'group.id',
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/root_groups/', basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/groups/',
fields: { fields: {
failed_hosts: { failed_hosts: {