[web-app] 告警配置列表,新增告警定义,修改告警定义功能

This commit is contained in:
tomsun28
2021-12-12 18:32:23 +08:00
parent 5dd417f369
commit 441df8f3c2
6 changed files with 218 additions and 14 deletions

View File

@@ -7,6 +7,9 @@ import {AlertCenterComponent} from "./alert-center/alert-center.component";
import {AlertSettingComponent} from "./alert-setting/alert-setting.component";
import {AlertNoticeComponent} from "./alert-notice/alert-notice.component";
import {NzTagModule} from "ng-zorro-antd/tag";
import {NzRadioModule} from "ng-zorro-antd/radio";
import {NzSwitchModule} from "ng-zorro-antd/switch";
import {NzCascaderModule} from "ng-zorro-antd/cascader";
const COMPONENTS: Type<void>[] = [
AlertCenterComponent,
@@ -21,6 +24,9 @@ const COMPONENTS: Type<void>[] = [
NzDividerModule,
NzBreadCrumbModule,
NzTagModule,
NzRadioModule,
NzSwitchModule,
NzCascaderModule,
],
declarations: COMPONENTS,
})