Update DashBoard.vue

This commit is contained in:
0xJacky 2022-08-14 09:34:40 +08:00
parent 464459faf5
commit e37d1d8c25
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -201,7 +201,7 @@ function wsOnMessage(m: { data: any }) {
</a-card>
</a-col>
<a-col :xl="8" :lg="12" :md="24" :sm="24" :xs="24">
<a-card :title="$gettext('Network')">
<a-card :title="$gettext('Network')" :bordered="false">
<a-row :gutter="16">
<a-col :span="12">
<a-statistic :value="bytesToSize(net.recv)"
@ -223,7 +223,7 @@ function wsOnMessage(m: { data: any }) {
</a-card>
</a-col>
<a-col :xl="8" :lg="12" :md="24" :sm="24" :xs="24">
<a-card :title="$gettext('Disk IO')">
<a-card :title="$gettext('Disk IO')" :bordered="false">
<a-row :gutter="16">
<a-col :span="12">
<a-statistic :value="disk_io.writes"