NEZ-290 perf: 补充model-panel-assetInfo静态数据
This commit is contained in:
@@ -1148,6 +1148,17 @@
|
|||||||
state: 1,
|
state: 1,
|
||||||
tel: "xxxxxxxxxxx",
|
tel: "xxxxxxxxxxx",
|
||||||
vendor: "xxx"
|
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);
|
this.$refs['editChart'+chartInfo.id][0].setData(chartInfo, data, this.filter.panelId, this.filter);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user