diff options
Diffstat (limited to 'POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_DashboardLogging.html')
-rw-r--r-- | POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_DashboardLogging.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_DashboardLogging.html b/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_DashboardLogging.html index efc05cc42..a42427fb5 100644 --- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_DashboardLogging.html +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_DashboardLogging.html @@ -1,6 +1,6 @@ <!--/*- * ============LICENSE_START======================================================= - * ECOMP Policy Engine + * ONAP Policy Engine * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ @@ -34,8 +34,8 @@ </div> </div> <br> - <h4 style="text-align: left; color: #157bb2">Log Files From Cluster ECOMP</h4> - <img id="mySpinner" src="/ecomp/app/policyApp/images/loading_bar.gif" + <h4 style="text-align: left; color: #157bb2">Log Files From Cluster ONAP</h4> + <img id="mySpinner" src="/onap/app/policyApp/images/loading_bar.gif" ng-show="loading" /> <div ui-grid="availableGridLoggingDatas" ui-grid-pagination ui-grid-selection ui-grid-resize-columns ui-grid-exporter class="grid"> |