mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 04:33:16 +03:00
Version 1.0.57
This commit is contained in:
parent
a4bb51fd55
commit
da4f192b7a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "meshcentral",
|
||||
"version": "1.0.56",
|
||||
"version": "1.0.57",
|
||||
"keywords": [
|
||||
"Remote Device Management",
|
||||
"Remote Device Monitoring",
|
||||
|
@ -12397,6 +12397,7 @@
|
||||
|
||||
//if (meshrights & 4) { }
|
||||
if (currentMesh.mtype == 1) {
|
||||
//x += '<a href=# style=cursor:pointer;margin-right:10px title="' + "Import Intel® 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® AMT computer that is located on the local network." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Install local" + '</a>';
|
||||
|
Loading…
Reference in New Issue
Block a user