Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / app / policyApp / policy-models / policy_AutoPush.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 <div ng-app style="margin-bottom: 20px; width: 100%">
30         <div class="pageTitle">
31                 <h3><b>Auto Push</b></h3>
32         </div>
33         
34         <div class="fn-ebz-container" style= "margin-left: 45%;">
35                 <button  ng-click="pushPoliciesButton();" ng-hide="isDisabled">
36                         <combo  type="submit"  att-button btn-type="primary" size="small" >Push Policies</combo>
37                 </button>
38                 <div ng-show ="isDisabled" class="ion-locked" style="clear: left; float: left">
39                 </div>
40         </div>
41         <div class="row">
42                 <div class="col-xs-12">
43                         <div class="panel panel-default">
44                                 <div class="panel-heading">
45                                         <h4><b>Policies</b></h4>
46                                         <!--  <input type="text" ng-model="filterPolicy" ng-change="filterPolicyData()" placeholder="Policy Search..." /> -->
47                                         <img id="mySpinner" src="/ecomp/app/policyApp/images/loading_bar.gif" ng-show="loading"/>
48                                 </div>
49                                 <div class="panel-body">
50                                         <div id="grid1" style="width: 100%; height: 400px;" ui-grid="gridOptions" ui-grid-tree-view  ui-grid-pagination ui-grid-selection ui-grid-resize-columns class="grid"></div>
51                                 </div>
52                         </div>
53                 </div>
54                 <div class="col-xs-12">
55                         <div class="panel panel-default">
56                                 <div class="panel-heading">
57                                         <h4><b>PDP Groups</b></h4>
58                                         <!-- <input type="text" ng-model="filterPdpGroup" ng-init="getPDPData();" ng-change="filterPDPGroupData()" placeholder="PDP Group Search..." /> -->
59                                 </div>
60                                 <div class="panel-body">
61                                         <div style="width: 100%; height: 400px;" ui-grid="pushTabPDPGrid" ui-grid-pagination ui-grid-selection ui-grid-resize-columns class="grid"> <pre>{{selectedRows}}</pre></div>
62                                 </div>
63                         </div>
64                 </div>
65         </div>
66 </div>
67
68