Reimplemented permissions as a module and pull of permissions label text from the api

This commit is contained in:
John Mitchell
2015-08-14 18:23:09 -04:00
parent ddfeaf597d
commit e1138dc261
29 changed files with 1009 additions and 737 deletions

View File

@@ -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,