[POLICY-67] Add new Rainy Day Decision Policy
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / main / policyEditor.html
index 55b3214..50a1e53 100644 (file)
@@ -90,6 +90,7 @@
        <script src= "app/policyApp/policy-models/Editor/js/services/policynavigator.js"></script>
        <script src= "app/policyApp/policy-models/Editor/js/services/policyuploader.js"></script>
        <script src= "app/policyApp/policy-models/Editor/js/controllers/policyManager.js"></script>
+       <script src= "app/policyApp/policy-models/Editor/js/controllers/policySearchManager.js"></script>
        <script src= "app/policyApp/policy-models/Editor/js/controllers/selector-controller.js"></script>
        <script src= "app/policyApp/controller/policyController.js"></script>
        
        <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>
        <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>
            <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>
            <div ng-include src="'app/policyApp/Windows/Dictionary/RiskTypeDictionary.html'"></div>
            <div ng-include src="'app/policyApp/Windows/Dictionary/SafePolicyWarningDictionary.html'"></div>
            
-           <div ng-include src="'app/policyApp/policy-models/Editor/PolicyTemplates/BRMSShowParamRuleModal.html'"></div>
            <div ng-include src="'app/policyApp/Windows/PDPTabWindows/PdpStatusWindow.html'"></div>
            <div ng-include src="'app/policyApp/Windows/Edit_Roles_Window.html'"></div>
            <div ng-include src="'app/policyApp/Windows/PushtabWindow/removeGroupPoliciesWindow.html'"></div>