diff options
Diffstat (limited to 'POLICY-SDK-APP')
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 2 | ||||
-rw-r--r-- | POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index cfe85ef2d..d0be7941a 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </parent> <artifactId>POLICY-SDK-APP</artifactId> <packaging>war</packaging> 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"> |