5fbdf528d5d216d1395f9093ac39b49af0384962
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / policy-models / policy_DashboardHealth.html
1 <!--/*-
2  * ============LICENSE_START=======================================================
3  * ONAP Policy Engine
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */-->
20 <div id="page-content" style="margin-bottom: 20px; width: 100%">
21         <div>
22                 <h1 style="text-align: left; color: #157bb2">Policy Engine Health</h1>
23                 <div ng-show="showLoader" class="span loader-container">
24                         <i class="icon-spinner" role="img"
25                                 aria-label="Please wait while we load your content"></i>
26                 </div>
27         </div>
28         <div ng-hide="showLoader">
29                 <div class="btn-group" role="group">
30                                 <button class="btn btn-secondary" type="button"
31                                         onClick="window.location='policy#/Dashboard';">Logging</button>
32                                 <button class="btn btn-primary" type="button"
33                                         onClick="window.location='policy#/Dashboard_Health';">Health</button>
34                 </div>
35         </div>
36         <br>
37         <h4 style="text-align: left; color: #157bb2">PDP Status</h4>
38         <div ui-grid="pdpStatusDatas" ui-grid-pagination ui-grid-selection
39                 ui-grid-resize-columns ui-grid-exporter class="grid"></div>
40         <h4 style="text-align: left; color: #157bb2">PAP Status</h4>
41         <div ui-grid="papStatusDatas" ui-grid-pagination ui-grid-selection
42                 ui-grid-resize-columns ui-grid-exporter class="grid"></div>
43         <h4 style="text-align: left; color: #157bb2">Policy Activity</h4>
44         <div ui-grid="policyActivityDatas" ui-grid-pagination ui-grid-selection
45                 ui-grid-resize-columns ui-grid-exporter class="grid"></div>
46         <h4 style="text-align: left; color: #157bb2">System Alerts</h4>
47         <div ui-grid="availableGridHealthDatas" ui-grid-pagination
48                 ui-grid-selection ui-grid-resize-columns ui-grid-exporter class="grid"></div>
49 </div>