From 0d3e60d08a0cb90dbfe0f690df5d54986fa43ba5 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 18 Sep 2020 17:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A7=E5=88=B6=E5=90=A7?= =?UTF-8?q?=EF=BC=8C=E6=97=A0=E7=9C=9F=E5=AE=9E=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portal/src/app/main/dash/dash.component.html | 10 ++++++++-- portal/src/app/main/main.module.ts | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/portal/src/app/main/dash/dash.component.html b/portal/src/app/main/dash/dash.component.html index a631477..6c4081a 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 8a8ec80..7e668e8 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] }) -- GitLab