Add license to policy-engine files
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / policy-models / Editor / PolicyTemplates / ExportPolicyTemplate.html
index 5e9fdbd..5030c66 100644 (file)
@@ -1,16 +1,33 @@
-<div class="modal fadeIn" id="exportPolicy"
+<!--
+  ============LICENSE_START==================================================
+  ONAP Policy Engine
+  ===========================================================================
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+  ===========================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END====================================================
+  -->
+<div class="modal" id="exportPolicy" style="margin-bottom: 20px; width: 100%; height: 100%"
        ng-controller="exportPolicyController" data-toggle="modal"
        data-backdrop="static" data-keyboard="false">
-       <div class="modal-dialog modal-lg">
+       <div class="modal-dialog-lg">
                <div class="modal-content">
                        <div class="modal-header">
-                               <h2 style="text-align: left; color: #157bb2">Export Policies</h2>
-                       </div>
-                       <div class="divider-container">
-                               <hr>
+                               <h2 class="modal-title" style="color: #157bb2">Export Policies</h2>
                        </div>
+                       <div class="well">
                        <div>
-                               <div id="grid1" style="width: 100%; height: 500px;" ui-grid="gridOptions" 
+                               <div id="grid1" ui-grid="gridExportOptions" 
                                        ui-grid-pagination ui-grid-selection ui-grid-resize-columns class="grid"></div>
                        </div>
                        <div class="modal-footer">
@@ -19,6 +36,7 @@
                                <button type="button" class="btn btn-default" data-dismiss="modal"
                                        ng-disabled="temp.inprocess">Close</button>
                        </div>
+                       </div>
                </div>
        </div>
 </div>
\ No newline at end of file