diff options
author | Tej, Tarun <tt3868@att.com> | 2017-08-09 13:50:38 -0400 |
---|---|---|
committer | Tarun Tej Velaga <tt3868@att.com> | 2017-08-10 01:13:27 +0000 |
commit | b51d8192e662e3ee8775235500cabb875f480e2b (patch) | |
tree | 470b8bbee4e2130898fc0cc2f524352c05bc0bbd /POLICY-SDK-APP/src/main/webapp/app | |
parent | e938284cec3b06a7f6587b7439eb378b69c3adf1 (diff) |
Fix console issues
Reverted package names to org.openecomp to fix portal issues
Issue-ID: POLICY-144
Change-Id: Ie108db431b9d211b15c59a29e564517c785e0da5
Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
Diffstat (limited to 'POLICY-SDK-APP/src/main/webapp/app')
-rw-r--r-- | POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html | 2 |
1 files changed, 1 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 1c43444dd..6ae6b88e2 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 @@ -216,7 +216,7 @@ <!---------------------------DS2 ICONS--------------------------------> <link rel="stylesheet" href="app/fusion/external/ds2/css/digital-ng-library/ionicons.css"> - <link rel="stylesheet" href="app/fusion/styles/onap.css"> + <link rel="stylesheet" href="app/fusion/styles/ecomp.css"> <link rel="stylesheet" href="app/fusion/external/angular-gridster/dist/angular-gridster.min.css"> <script src= "app/policyApp/CSS/UIGrid/ui-grid.eot"></script> <link rel="stylesheet" href="app/policyApp/CSS/UIGrid/ui-grid.svg"> |