Kaynağa Gözat

Update DashBoard.vue

0xJacky 3 yıl önce
ebeveyn
işleme
e37d1d8c25
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      frontend/src/views/dashboard/DashBoard.vue

+ 2 - 2
frontend/src/views/dashboard/DashBoard.vue

@@ -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"