mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
Reimplemented permissions as a module and pull of permissions label text from the api
This commit is contained in:
@@ -21,7 +21,6 @@ import JobHosts from "./lists/JobHosts";
|
||||
import JobTemplates from "./lists/JobTemplates";
|
||||
import Jobs from "./lists/Jobs";
|
||||
import Organizations from "./lists/Organizations";
|
||||
import Permissions from "./lists/Permissions";
|
||||
import PortalJobTemplates from "./lists/PortalJobTemplates";
|
||||
import PortalJobs from "./lists/PortalJobs";
|
||||
import Projects from "./lists/Projects";
|
||||
@@ -50,7 +49,6 @@ export
|
||||
JobTemplates,
|
||||
Jobs,
|
||||
Organizations,
|
||||
Permissions,
|
||||
PortalJobTemplates,
|
||||
PortalJobs,
|
||||
Projects,
|
||||
|
||||
Reference in New Issue
Block a user