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); }