From dc4e720cee43085e5cd669ea2a1b73dd124782d8 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 2 Jun 2020 11:17:22 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-290=20perf:=20=E8=A1=A5=E5=85=85model-panel?= =?UTF-8?q?-assetInfo=E9=9D=99=E6=80=81=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/chart-list.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nezha-fronted/src/components/charts/chart-list.vue b/nezha-fronted/src/components/charts/chart-list.vue index c8156cccf..2aeea610d 100644 --- a/nezha-fronted/src/components/charts/chart-list.vue +++ b/nezha-fronted/src/components/charts/chart-list.vue @@ -1148,6 +1148,17 @@ state: 1, tel: "xxxxxxxxxxx", vendor: "xxx" + }, + Feature:{ + CPU:"xxx", + Memory:"256GB", + NetworkInterface:["eth0", "eth1"], + Disk:[{ + mount:"/", + total:"256GB", + free:"128GB", + usageRate:"50%" + }] }}; this.$refs['editChart'+chartInfo.id][0].setData(chartInfo, data, this.filter.panelId, this.filter); }