[web-app] 监控状态映射图标展示

This commit is contained in:
tomsun28
2021-12-03 17:56:01 +08:00
parent 181f176686
commit 5d94fc2f0d
6 changed files with 40 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ import {MonitorDetailComponent} from "./monitor-detail/monitor-detail.component"
import {NzBreadCrumbModule} from "ng-zorro-antd/breadcrumb";
import {NzDividerModule} from "ng-zorro-antd/divider";
import {NzSwitchModule} from "ng-zorro-antd/switch";
import {NzTagModule} from "ng-zorro-antd/tag";
const COMPONENTS: Type<void>[] = [
MonitorNewComponent,
@@ -22,7 +23,8 @@ const COMPONENTS: Type<void>[] = [
MonitorRoutingModule,
NzBreadCrumbModule,
NzDividerModule,
NzSwitchModule
NzSwitchModule,
NzTagModule
],
declarations: COMPONENTS,
})