add intel amt power off warning to mobile site #4768
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
227b4c68e7
commit
775ed95de4
|
@ -3902,7 +3902,7 @@
|
|||
} else if (op == 302) { // Intel AMT power on
|
||||
setDialogMode(2, "Intel® AMT Power Operation", 3, function () { meshserver.send({ action: 'poweraction', nodeids: [currentNode._id], actiontype: parseInt(op) }); }, "Perform Intel® AMT power on?");
|
||||
} else if (op == 308) { // Intel AMT power off
|
||||
setDialogMode(2, "Intel® AMT Power Operation", 3, function () { meshserver.send({ action: 'poweraction', nodeids: [currentNode._id], actiontype: parseInt(op) }); }, "Perform Intel® AMT power off?");
|
||||
setDialogMode(2, "Intel® AMT Power Operation", 3, function () { meshserver.send({ action: 'poweraction', nodeids: [currentNode._id], actiontype: parseInt(op) }); }, "Perform Intel® 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>");
|
||||
} else if (op == 310) { // Intel AMT reset
|
||||
setDialogMode(2, "Intel® AMT Power Operation", 3, function () { meshserver.send({ action: 'poweraction', nodeids: [currentNode._id], actiontype: parseInt(op) }); }, "Perform Intel® AMT reset?");
|
||||
} else if ((op == 400) || (op == 401)) {
|
||||
|
|
Loading…
Reference in New Issue