CLAMP Model policy creation support
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / main / policyEditor.html
index 430907a..6efb8b6 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP Policy Engine
  * ================================================================================
- * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017-2019 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/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/MSModelDictionaryDataController.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/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/MSDictionaryController.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>
            <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/MSModelDictionaryData.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>