diff --git a/portal/src/app/main/dash/dash.component.html b/portal/src/app/main/dash/dash.component.html index a631477801851710d432ae4bba15bf659c79d1be..6c4081a1e8943c1728ff038280bc37e4853921c8 100644 --- a/portal/src/app/main/dash/dash.component.html +++ b/portal/src/app/main/dash/dash.component.html @@ -1,4 +1,10 @@ -dash -TODO: 通道总数,连接总数 + + + + + + + + diff --git a/portal/src/app/main/main.module.ts b/portal/src/app/main/main.module.ts index 8a8ec80a4a81334d17f91b919e8dc3c2bd31b291..7e668e807206ac29e795bdbfe0f7f0fe97344fc8 100644 --- a/portal/src/app/main/main.module.ts +++ b/portal/src/app/main/main.module.ts @@ -15,7 +15,7 @@ import { NzFormModule, NzIconModule, NzInputModule, NzInputNumberModule, - NzModalModule, NzPopconfirmModule, NzSelectModule, NzSwitchModule, + NzModalModule, NzPopconfirmModule, NzSelectModule, NzStatisticModule, NzSwitchModule, NzTableModule, NzToolTipModule } from 'ng-zorro-antd'; @@ -65,6 +65,7 @@ import {PluginEditComponent} from './plugin-edit/plugin-edit.component'; NzSelectModule, NzSpaceModule, NzInputNumberModule, + NzStatisticModule, ], bootstrap: [MainComponent] })