新兴上传
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user