UI support for adhoc commands

This commit is contained in:
John Mitchell
2015-04-06 10:31:11 -04:00
parent 584abcc05b
commit ce31b98635
23 changed files with 678 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
import ActivityDetail from "tower/forms/ActivityDetail";
import Credentials from "tower/forms/Credentials";
import Adhoc from "tower/forms/Adhoc";
import CustomInventory from "tower/forms/CustomInventory";
import EventsViewer from "tower/forms/EventsViewer";
import Groups from "tower/forms/Groups";
@@ -30,6 +31,7 @@ import Users from "tower/forms/Users";
export
{ ActivityDetail,
Credentials,
Adhoc,
CustomInventory,
EventsViewer,
Groups,