Fixed a Filter Bug
[holmes/rule-management.git] / rulemgt-frontend / src / app / correlation-ruleList / alarmRule.component.ts
index a8a4c07..cb413b5 100644 (file)
@@ -67,7 +67,7 @@ export class AlarmRule implements OnInit {
       this.ruleRequest.enabled = 0;
     } else {
       this.activeText = "option_all";
-      this.ruleRequest.enabled = null;
+      this.ruleRequest.enabled = 2;
     }
   }