[web-app] 告警配置列表-告警定义关联监控功能

This commit is contained in:
tomsun28
2021-12-13 01:17:58 +08:00
parent fac7713bf2
commit 23def5cc37
6 changed files with 190 additions and 32 deletions

View File

@@ -10,6 +10,7 @@ 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";
import {NzTransferModule} from "ng-zorro-antd/transfer";
const COMPONENTS: Type<void>[] = [
AlertCenterComponent,
@@ -27,6 +28,7 @@ const COMPONENTS: Type<void>[] = [
NzRadioModule,
NzSwitchModule,
NzCascaderModule,
NzTransferModule,
],
declarations: COMPONENTS,
})