route activity stream > groups links to inventory manage, remove HomeGroups code, resolves #1660 (#2488)

This commit is contained in:
Leigh
2016-06-17 20:37:17 -04:00
committed by GitHub
parent 283b62e598
commit 94a0f22b39
5 changed files with 5 additions and 561 deletions

View File

@@ -9,7 +9,6 @@ import CompletedJobs from "./lists/CompletedJobs";
import AllJobs from "./lists/AllJobs";
import Credentials from "./lists/Credentials";
import Groups from "./lists/Groups";
import HomeGroups from "./lists/HomeGroups";
import Hosts from "./lists/Hosts";
import Inventories from "./lists/Inventories";
import InventoryGroups from "./lists/InventoryGroups";
@@ -35,7 +34,6 @@ export
AllJobs,
Credentials,
Groups,
HomeGroups,
Hosts,
Inventories,
InventoryGroups,