add intel amt power off warning to mobile site #4768

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Jan 13, 2024 at 16:02 UTC 775ed95de4cc89eb15db88ce19d4880fc044e81e
1 file changed +1 -1
views/default-mobile.handlebars
+1 -1
@@ -3902,7 +3902,7 @@
3902 } else if (op == 302) { // Intel AMT power on
3903 setDialogMode(2, "Intel&reg; AMT Power Operation", 3, function () { meshserver.send({ action: 'poweraction', nodeids: [currentNode._id], actiontype: parseInt(op) }); }, "Perform Intel&reg; AMT power on?");
3904 } else if (op == 308) { // Intel AMT power off
3905 - setDialogMode(2, "Intel&reg; AMT Power Operation", 3, function () { meshserver.send({ action: 'poweraction', nodeids: [currentNode._id], actiontype: parseInt(op) }); }, "Perform Intel&reg; AMT power off?");
3905 + setDialogMode(2, "Intel&reg; AMT Power Operation", 3, function () { meshserver.send({ action: 'poweraction', nodeids: [currentNode._id], actiontype: parseInt(op) }); }, "Perform Intel&reg; AMT power off?<br><br><b>NOTE: If there is an active AMT session, then power off command will be rejected, so you must disconnect from the AMT session first!</b>");
3906 } else if (op == 310) { // Intel AMT reset
3907 setDialogMode(2, "Intel&reg; AMT Power Operation", 3, function () { meshserver.send({ action: 'poweraction', nodeids: [currentNode._id], actiontype: parseInt(op) }); }, "Perform Intel&reg; AMT reset?");
3908 } else if ((op == 400) || (op == 401)) {