新兴上传

This commit is contained in:
dell
2024-10-12 11:15:47 +08:00
parent aa742f0036
commit 86cbb1d54a
20 changed files with 4643 additions and 15 deletions

View File

@ -691,8 +691,9 @@
// group.add(line13_name);
var dev0att = devlist.filter(item => item.DeviceName === "dev0")[0];
const image_exchange = new LeaferUI.Image({
id: "dev0",
x: 800,
y: 250 + 75,
url: '/imagesnet/交换机.png',
@ -705,7 +706,7 @@
y: 250 + 75 + 160 + 10,
width: 134,
fill: fill_top_name,
text: '交换机',
text: dev0att.DeviceDESCRIPTION,
textAlign: 'center',
verticalAlign: 'middle',
textWrap: 'none',
@ -718,7 +719,7 @@
y: 250 + 75 + 160 + 25,
width: 134,
fill: fill_top_name,
text: '192.168.100.1',
text: dev0att.DeviceIP,
textAlign: 'center',
verticalAlign: 'middle',
textWrap: 'none',