diff options
author | uj426b <uj426b@att.com> | 2020-04-14 17:17:36 -0400 |
---|---|---|
committer | uj426b <uj426b@att.com> | 2020-04-14 17:19:22 -0400 |
commit | 8b3940418dcb0969ab5edb896a26371cbbe5d769 (patch) | |
tree | be6cc34d34aa789140aaf2249bdc40eb45ad3e95 /POLICY-SDK-APP/src/main/webapp | |
parent | b7bdab1bba58bc0fd2738128fbaf19441047366f (diff) |
Fix for Policy editor GUI issue.
Issue-ID: POLICY-2492
Change-Id: Ic436a72d321c9aeed1a7eeec57c6dfc44819d6cc
Signed-off-by: uj426b <uj426b@att.com>
Diffstat (limited to 'POLICY-SDK-APP/src/main/webapp')
-rw-r--r-- | POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html b/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html index 8a7a45d5f..0493afce1 100644 --- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html @@ -41,7 +41,8 @@ <script src= "app/fusion/external/jquery/dist/jquery.min.js"></script> <script src= "app/policyApp/CSS/bootstrap/dist/js/bootstrap-modalmanager.min.js"></script> <script src= "app/policyApp/CSS/bootstrap/dist/js/bootstrap.min.js"></script> - <link rel="stylesheet" href="app/fusion/styles/jquery-ui.css"> + <!-- <link rel="stylesheet" href="app/fusion/styles/jquery-ui.css"> --> + <script src= "static/js/jquery-ui.js"></script> <!---------------------------Angular Gridster--------------------------------> <link rel="stylesheet" href="app/fusion/external/angular-gridster/dist/angular-gridster.min.css"> |