Add and edit workflow job templates from the UI

This commit is contained in:
Michael Abashian
2016-11-03 14:40:47 -04:00
parent b279474d0e
commit 0c4db0354e
55 changed files with 4472 additions and 202 deletions

View File

@@ -13,6 +13,7 @@ import Hosts from "./lists/Hosts";
import Inventories from "./lists/Inventories";
import InventoryGroups from "./lists/InventoryGroups";
import InventoryHosts from "./lists/InventoryHosts";
import InventorySources from "./lists/InventorySources";
import JobEvents from "./lists/JobEvents";
import JobHosts from "./lists/JobHosts";
import JobTemplates from "./lists/JobTemplates";
@@ -38,6 +39,7 @@ export
Inventories,
InventoryGroups,
InventoryHosts,
InventorySources,
JobEvents,
JobHosts,
JobTemplates,