Version 0.7.90

This commit is contained in:
Ylian Saint-Hilaire 2021-03-18 21:11:31 -07:00
parent 9c2a276087
commit e9763f5d99
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -10240,7 +10240,7 @@
x += addHtmlValue("Intel® AMT", addLinkConditional(intelAmtPolicy, 'p20editMeshAmt()', meshrights & 1));
}
// Display group note support
// Display device group note support
if (meshrights & 1) { x += '<br><input type=button value=' + "Notes" + ' title="' + "View notes about this device group" + '" onclick=showNotes(false,"' + encodeURIComponentEx(currentMesh._id) + '") />'; }
x += '<br style=clear:both><br>';