mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
UI support for adhoc commands
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user