Version 0.7.90

Ylian Saint-Hilaire committed Mar 18, 2021 at 21:11 UTC e9763f5d9923d6e49cc759e47bcd2b613804f988
2 files changed +2 -2
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "0.7.89",
3 + "version": "0.7.90",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
views/default.handlebars
+1 -1
@@ -10240,7 +10240,7 @@
10240 x += addHtmlValue("Intel® AMT", addLinkConditional(intelAmtPolicy, 'p20editMeshAmt()', meshrights & 1));
10241 }
10242
10243 - // Display group note support
10243 + // Display device group note support
10244 if (meshrights & 1) { x += '<br><input type=button value=' + "Notes" + ' title="' + "View notes about this device group" + '" onclick=showNotes(false,"' + encodeURIComponentEx(currentMesh._id) + '") />'; }
10245
10246 x += '<br style=clear:both><br>';