diff --git a/.gitignore b/.gitignore index 9491a2f..bdac7ba 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/Backend/wwwroot/upload/floor_map.zip diff --git a/Backend/wwwroot/upload/floor_map/7acfc931-98d5-4dd3-a0d8-297fc546edfc.svg b/Backend/wwwroot/upload/floor_map/7acfc931-98d5-4dd3-a0d8-297fc546edfc.svg new file mode 100644 index 0000000..34d11ed --- /dev/null +++ b/Backend/wwwroot/upload/floor_map/7acfc931-98d5-4dd3-a0d8-297fc546edfc.svg @@ -0,0 +1,1393 @@ + + + + diff --git a/Frontend/_sysMonAll.html b/Frontend/_sysMonAll.html index 99a7704..f5d2e40 100644 --- a/Frontend/_sysMonAll.html +++ b/Frontend/_sysMonAll.html @@ -1,6 +1,6 @@  @@ -73,7 +73,7 @@ $.each(floObj.device_list, (index2, devObj) => { console.log(">>>> url: " + baseImgUrl + " , img: " + varPathImg + ", icon: " + devObj.device_master_icon); - strHtml += `
+ strHtml += `
... ${devObj.full_name} @@ -144,9 +144,13 @@ $("[name=devItem]").each((index, ele) => { let devNum = $(ele).data("number"); //設備編號 let devGuid = $(ele).data("id"); //guid + let devName = $(ele).data("name"); //full_name $(ele).YTTooltip({ html: `
+
+ +