Version 1.0.57

Ylian Saint-Hilaire committed Jul 21, 2022 at 19:12 UTC da4f192b7aa3f8484c13619886c0adeb6da399bd
2 files changed +2 -1
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "1.0.56",
3 + "version": "1.0.57",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
views/default.handlebars
+1
@@ -12397,6 +12397,7 @@
12397
12398 //if (meshrights & 4) { }
12399 if (currentMesh.mtype == 1) {
12400 + //x += '<a href=# style=cursor:pointer;margin-right:10px title="' + "Import Intel&reg; AMT devices." + '" onclick=\'return showAmtInput("' + currentMesh._id + '")\'><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Import" + '</a>';
12401 /*
12402 if ((features & 1) == 0) { // If not WAN-Only
12403 x += '<a href=# onclick=\'return addDeviceToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Add a new Intel&reg; AMT computer that is located on the local network." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Install local" + '</a>';