Skip to content

Commit e37d1d8

Browse files
committed
Update DashBoard.vue
1 parent 464459f commit e37d1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/views/dashboard/DashBoard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function wsOnMessage(m: { data: any }) {
201201
</a-card>
202202
</a-col>
203203
<a-col :xl="8" :lg="12" :md="24" :sm="24" :xs="24">
204-
<a-card :title="$gettext('Network')">
204+
<a-card :title="$gettext('Network')" :bordered="false">
205205
<a-row :gutter="16">
206206
<a-col :span="12">
207207
<a-statistic :value="bytesToSize(net.recv)"
@@ -223,7 +223,7 @@ function wsOnMessage(m: { data: any }) {
223223
</a-card>
224224
</a-col>
225225
<a-col :xl="8" :lg="12" :md="24" :sm="24" :xs="24">
226-
<a-card :title="$gettext('Disk IO')">
226+
<a-card :title="$gettext('Disk IO')" :bordered="false">
227227
<a-row :gutter="16">
228228
<a-col :span="12">
229229
<a-statistic :value="disk_io.writes"

0 commit comments

Comments
 (0)