Fixed the Policy API issues and Bugfixes
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / Windows / PushtabWindow / removeGroupPoliciesWindow.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 <script type="text/ng-template" id="remove_PDPGroupPolicies_popup.html">
21 <div class="modal" style="margin-bottom: 20px; width: 100%; height:80%" data-backdrop="static"
22         data-keyboard="false">
23         <div class="modal-dialog-lg">
24         <div class="modal-content">
25         <div class="modal-header">
26             <h2 class="font-showcase-font-name" style="color : #157bb2">{{label}}</h2>
27         </div>
28         <div class="modal-body">
29             <div style="width: 100%; height:580px" ui-grid = "removePoliciesGrid" ui-grid-pagination ui-grid-selection ui-grid-exporter class= "grid"></div>
30         </div>
31         <div class="modal-footer">
32             <button class="btn btn-success" herf="javascript:void(0)" ng-click="removePolicies();">Remove</button>
33             <button class="btn btn-default" herf="javascript:void(0)" ng-click="$close()">Close</button>
34                 </div>
35     </div>
36         </div>
37 </div>
38 </script>