summaryrefslogtreecommitdiffstats
path: root/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html
diff options
context:
space:
mode:
Diffstat (limited to 'POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html')
-rw-r--r--POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html b/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html
index fe822d4c3..50a1e53f5 100644
--- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html
+++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html
@@ -134,6 +134,7 @@
<script src= "app/policyApp/controller/dictionaryGridController/CLVnfTypeDictGridController.js"></script>
<script src= "app/policyApp/controller/dictionaryGridController/CLVsclActionDictGridController.js"></script>
<script src= "app/policyApp/controller/dictionaryGridController/DecisionSettingsDictGridController.js"></script>
+ <script src= "app/policyApp/controller/dictionaryGridController/DecisionRainyDayDictGridController.js"></script>
<script src= "app/policyApp/controller/dictionaryGridController/DescriptiveScopeDictGridController.js"></script>
<script src= "app/policyApp/controller/dictionaryGridController/EnforcerTypeDictGridController.js"></script>
<script src= "app/policyApp/controller/dictionaryGridController/FWActionListDictGridController.js"></script>
@@ -176,6 +177,7 @@
<script src= "app/policyApp/controller/dictionaryController/CLVnfTypeDictController.js"></script>
<script src= "app/policyApp/controller/dictionaryController/CLVsclActionDictController.js"></script>
<script src= "app/policyApp/controller/dictionaryController/DecisionSettingsDictController.js"></script>
+ <script src= "app/policyApp/controller/dictionaryController/DecisionRainyDayDictController.js"></script>
<script src= "app/policyApp/controller/dictionaryController/DescriptiveSearchDictController.js"></script>
<script src= "app/policyApp/controller/dictionaryController/EnforcerDictController.js"></script>
<script src= "app/policyApp/controller/dictionaryController/FWActionListDictController.js"></script>
@@ -240,6 +242,7 @@
<div ng-include src="'app/policyApp/Windows/Dictionary/CLVnfTypeDictionary.html'"></div>
<div ng-include src="'app/policyApp/Windows/Dictionary/CLVsclActionDictionary.html'"></div>
<div ng-include src="'app/policyApp/Windows/Dictionary/DecisionSettingsDictionary.html'"></div>
+ <div ng-include src="'app/policyApp/Windows/Dictionary/DecisionRainyDayDictionary.html'"></div>
<div ng-include src="'app/policyApp/Windows/Dictionary/DescriptiveScopeDictionary.html'"></div>
<div ng-include src="'app/policyApp/Windows/Dictionary/EcompNameDictionary.html'"></div>
<div ng-include src="'app/policyApp/Windows/Dictionary/EnforcerTypeDictionary.html'"></div>