mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 19:11:51 +00:00
Fix for missing string translation, #3813
This commit is contained in:
parent
d72bd9ff8d
commit
f2f0d2795c
1 changed files with 1 additions and 1 deletions
|
@ -11909,7 +11909,7 @@
|
||||||
// Intel AMT setup
|
// Intel AMT setup
|
||||||
var intelAmtPolicy = "No Policy";
|
var intelAmtPolicy = "No Policy";
|
||||||
if (currentMesh.amt) {
|
if (currentMesh.amt) {
|
||||||
if (currentMesh.amt.type == 1) { intelAmtPolicy = 'Deactivate'; }
|
if (currentMesh.amt.type == 1) { intelAmtPolicy = "Deactivate"; }
|
||||||
else if (currentMesh.amt.type == 2) {
|
else if (currentMesh.amt.type == 2) {
|
||||||
intelAmtPolicy = "Simple Client Control Mode (CCM)";
|
intelAmtPolicy = "Simple Client Control Mode (CCM)";
|
||||||
if (currentMesh.amt.cirasetup == 2) { intelAmtPolicy += " + CIRA"; }
|
if (currentMesh.amt.cirasetup == 2) { intelAmtPolicy += " + CIRA"; }
|
||||||
|
|
Loading…
Reference in a new issue