mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Included the workflow graph directive on the workflow details view. Re-organized the job templates directory. It's now just "templates"
This commit is contained in:
@@ -16,7 +16,6 @@ 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";
|
||||
import Jobs from "./lists/Jobs";
|
||||
import Organizations from "./lists/Organizations";
|
||||
import PortalJobTemplates from "./lists/PortalJobTemplates";
|
||||
@@ -27,6 +26,7 @@ import ScheduledJobs from "./lists/ScheduledJobs";
|
||||
import Schedules from "./lists/Schedules";
|
||||
import Streams from "./lists/Streams";
|
||||
import Teams from "./lists/Teams";
|
||||
import Templates from "./lists/Templates";
|
||||
import Users from "./lists/Users";
|
||||
|
||||
export
|
||||
@@ -42,7 +42,6 @@ export
|
||||
InventorySources,
|
||||
JobEvents,
|
||||
JobHosts,
|
||||
JobTemplates,
|
||||
Jobs,
|
||||
Organizations,
|
||||
PortalJobTemplates,
|
||||
@@ -53,5 +52,6 @@ export
|
||||
Schedules,
|
||||
Streams,
|
||||
Teams,
|
||||
Templates,
|
||||
Users
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user