Update css file name in conf.py
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / policy-models / Editor / PolicyTemplates / PolicyTypeTemplate.html
index 5683878..3230aa1 100644 (file)
@@ -1,8 +1,8 @@
 <!--
   ============LICENSE_START=======================================================
-  ECOMP Policy Engine
+  ONAP Policy Engine
   ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+  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.
@@ -25,8 +25,8 @@
                <!-- Modal content-->
                <div class="modal-content">
                        <div class="modal-header">
-                               <button type="button" class="close" data-dismiss="modal">
-                                       <span aria-hidden="true">&times;</span> <span class="sr-only">{{"close"
+                               <button type="button" class="close" data-dismiss="modal" ng-click="refresh();">
+                                       <span class="sr-only">{{"close"
                                                | translate}}</span>
                                </button>
                                <form>
@@ -59,6 +59,7 @@
                                                                        <option>ClosedLoop_PM</option>
                                                                        <option>Micro Service</option>
                                                                        <option>Firewall Config</option>
+                                                                       <option>Optimization</option>
                                                                </select>
                                                        </div>
                                                </div>
@@ -76,6 +77,8 @@
                                                        ng-include="'app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html'"></div>
                                                <div ng-if="temp.policy.configPolicyType == 'Firewall Config'"
                                                        ng-include="'app/policyApp/policy-models/Editor/PolicyTemplates/FirewallPolicyTemplate.html'"></div>
+                                               <div ng-if="temp.policy.configPolicyType == 'Optimization'"
+                                                       ng-include="'app/policyApp/policy-models/Editor/PolicyTemplates/OptimizationPolicyTemplate.html'"></div>
                                        </div>
                                </form>
                        </div>