From 7541244354bc80bcbfb3ae339d87d6c4f0c1b39c Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 6 Mar 2017 10:12:35 -0500 Subject: [PATCH] remove org form and list def reference from app.js --- awx/ui/client/src/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index 6d81793495..fa0f67cc91 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -123,8 +123,6 @@ var tower = angular.module('Tower', [ scheduler.name, 'Utilities', - 'OrganizationFormDefinition', - 'OrganizationListDefinition', 'templates', 'PromptDialog', 'AWDirectives',