Enhancement on Dashboard
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / policy-models / policy_DashboardLogging.html
1 <!--/*-
2  * ============LICENSE_START=======================================================
3  * ONAP Policy Engine
4  * ================================================================================
5  * Copyright (C) 2017-2018 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;font-size: 25px;color: #066090;padding-top: 15px;">Dashboard Logging</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-primary" type="button"
31                                         onClick="window.location='policy#/Dashboard';">Logging</button>
32                                 <button class="btn btn-secondary" type="button"
33                                         onClick="window.location='policy#/Dashboard_Health';">Health</button>
34                 <button class="btn btn-secondary" type="button"
35                     onClick="window.location='policy#/Dashboard_crud';">CRUD Info</button>  
36                 </div>
37         </div>
38         <br>
39         <h4 style="text-align: left; color: #157bb2">Log Files From Cluster ONAP</h4>
40         <img id="mySpinner" src="/onap/app/policyApp/images/loading_bar.gif"
41                 ng-show="loading" />
42         <div ui-grid="availableGridLoggingDatas" ui-grid-pagination
43                 ui-grid-selection ui-grid-resize-columns ui-grid-exporter class="grid">
44         </div>
45 </div>
46
47
48