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..25dbb39 100644 --- a/Frontend/_sysMonAll.html +++ b/Frontend/_sysMonAll.html @@ -1,42 +1,39 @@ 
-
- +
+ +
- +
@@ -68,12 +65,12 @@ } else { let strHtml = ``; $.each(res.data, (index, floObj) => { - strHtml += "
" - strHtml += `` + strHtml += `
` + strHtml += `` $.each(floObj.device_list, (index2, devObj) => { console.log(">>>> url: " + baseImgUrl + " , img: " + varPathImg + ", icon: " + devObj.device_master_icon); - strHtml += `
+ strHtml += `
... ${devObj.full_name} @@ -144,9 +141,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: `
+
+ +