New Optimization Policy
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / main / policyEditor.html
index f5a5e86..9be8d01 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * 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.
        <script src= "app/policyApp/policy-models/Editor/PolicyTemplateController/DecisionPolicyController.js"></script>
        <script src= "app/policyApp/policy-models/Editor/PolicyTemplateController/FirewallPolicyController.js"></script>
        <script src= "app/policyApp/policy-models/Editor/PolicyTemplateController/DCAEMicroServicePolicyController.js"></script>
+       <script src= "app/policyApp/policy-models/Editor/PolicyTemplateController/OptimizationPolicyController.js"></script>
        <script src= "app/policyApp/policy-models/Editor/PolicyTemplateController/BRMSRawPolicyController.js"></script>
        <script src= "app/policyApp/policy-models/Editor/PolicyTemplateController/BRMSParamPolicyController.js"></script>
        
        <script src= "app/policyApp/controller/dictionaryGridController/FWTagPickerListDictGridController.js"></script>
        <script src= "app/policyApp/controller/dictionaryGridController/FWZoneDictGridController.js"></script>
        <script src= "app/policyApp/controller/dictionaryGridController/MSConfigNameDictGridController.js"></script>
+       <script src= "app/policyApp/controller/dictionaryGridController/MSHeaderDefaultValuesDictGridController.js"></script>
        <script src= "app/policyApp/controller/dictionaryGridController/MSDcaeUUIDDictGridController.js"></script>
        <script src= "app/policyApp/controller/dictionaryGridController/MSLocationDictGridController.js"></script>
        <script src= "app/policyApp/controller/dictionaryGridController/MSModelDictGridController.js"></script>
        <script src= "app/policyApp/controller/dictionaryGridController/ModelAttributeDictGridController.js"></script>
-               
+       <script src= "app/policyApp/controller/dictionaryGridController/OptimizationModelDictGridController.js"></script>
+       
        <script src= "app/policyApp/controller/dictionaryGridController/PSClosedLoopDictGridController.js"></script>
        <script src= "app/policyApp/controller/dictionaryGridController/PSGroupPolicyScopeDictGridController.js"></script>
        <script src= "app/policyApp/controller/dictionaryGridController/PSResourceDictGridController.js"></script>
        <script src= "app/policyApp/controller/dictionaryController/FWTagListDictController.js"></script>
        <script src= "app/policyApp/controller/dictionaryController/FWTagPickerListDictController.js"></script>
        <script src= "app/policyApp/controller/dictionaryController/FWZoneDictController.js"></script>
+       <script src= "app/policyApp/controller/dictionaryController/MSHeaderDefaultValuesDictController.js"></script>   
        <script src= "app/policyApp/controller/dictionaryController/MSConfigNameDictController.js"></script>
        <script src= "app/policyApp/controller/dictionaryController/MSDcaeUUIDDictController.js"></script>
        <script src= "app/policyApp/controller/dictionaryController/MSLocationDictController.js"></script>
        <script src= "app/policyApp/controller/dictionaryController/MSModelsDictController.js"></script>
        <script src= "app/policyApp/controller/dictionaryController/ModelAttributeDictController.js"></script>
+       <script src= "app/policyApp/controller/dictionaryController/OptimizationModelsDictController.js"></script>
                
        <script src= "app/policyApp/controller/dictionaryController/PSClosedLoopDictController.js"></script>
        <script src= "app/policyApp/controller/dictionaryController/PSGroupPolicyScopeDictController.js"></script>
            <div ng-include src="'app/policyApp/Windows/Dictionary/FWTermListDictionary.html'"></div>
            <div ng-include src="'app/policyApp/Windows/Dictionary/FWZoneDictionary.html'"></div>
            <div ng-include src="'app/policyApp/Windows/Dictionary/MSConfigNameDictionary.html'"></div>
+           <div ng-include src="'app/policyApp/Windows/Dictionary/MSHeaderDefaultValuesDictionary.html'"></div>            
            <div ng-include src="'app/policyApp/Windows/Dictionary/MSDCAEUUIDDictionary.html'"></div>
            <div ng-include src="'app/policyApp/Windows/Dictionary/MSLocationDictionary.html'"></div>
            <div ng-include src="'app/policyApp/Windows/Dictionary/MSModelsDictionary.html'"></div>
            <div ng-include src="'app/policyApp/Windows/Dictionary/ModelAttributeDictionary.html'"></div>
-           
+           <div ng-include src="'app/policyApp/Windows/Dictionary/OptimizationModelsDictionary.html'"></div>
            <div ng-include src="'app/policyApp/Windows/Dictionary/PSClosedLoopDictionary.html'"></div>
            <div ng-include src="'app/policyApp/Windows/Dictionary/PSGroupPolicyScopeDictionary.html'"></div>
            <div ng-include src="'app/policyApp/Windows/Dictionary/PSResourceDictionary.html'"></div>