Version 1.0.57

This commit is contained in:
Ylian Saint-Hilaire 2022-07-21 19:12:03 -07:00
parent a4bb51fd55
commit da4f192b7a
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "1.0.56",
"version": "1.0.57",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",

View File

@ -12397,6 +12397,7 @@
//if (meshrights & 4) { }
if (currentMesh.mtype == 1) {
//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>';
/*
if ((features & 1) == 0) { // If not WAN-Only
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>';