Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / app / policyApp / policy-models / policy_DashboardLogging.html
1 <!--
2   ============LICENSE_START=======================================================
3   ECOMP 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
21 <style>
22         .center {
23                 margin: auto;
24                 width: 60%;
25                 border: 3px solid #73AD21;
26                 padding: 10px;
27         }
28 </style>
29         <h3><b>Dashboard Logging</b></h3>
30         <div class="fn-ebz-container">
31                 <button type="submit"  onClick="window.location='policy#/Dashboard_Health';"  att-button
32                         btn-type="primary" size="small">Health</button>
33         </div>
34         <div class="fn-ebz-container">
35                 <button type="submit"  onClick="window.location='policy#/Dashboard';" att-button
36                         btn-type="primary" size="small">Logging</button>
37         </div>
38 <br>
39 Log Files From Cluster ECOMP
40 <img id="mySpinner" src="/ecomp/app/policyApp/images/loading_bar.gif" ng-show="loading"/>
41 <div ui-grid = "availableGridLoggingDatas" ui-grid-pagination ui-grid-selection ui-grid-resize-columns ui-grid-exporter class= "grid"></div>
42
43
44