mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Update DashBoard.vue
This commit is contained in:
parent
464459faf5
commit
e37d1d8c25
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue