add amt power off warning about active sessions #4768
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
82f10f0193
commit
227b4c68e7
|
@ -8389,7 +8389,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 == 311) { // Intel AMT power on to BIOS
|
||||
|
|
Loading…
Reference in New Issue