mirror of https://github.com/sfeakes/AqualinkD.git
Update aqmanager.html
parent
5fcbc2a2e9
commit
47c56ee5d4
|
@ -1621,6 +1621,12 @@
|
|||
//cmd.uri = "rawcommand"
|
||||
switch (source.id) {
|
||||
case "upgrade":
|
||||
if (confirm("Are you sure you want to proceed upgrading AqualinkD?")) {
|
||||
console.log("Upgrading");
|
||||
update_log_message("***** AqualinkD upgrade in progress *****");
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
cmd.uri = "upgrade"
|
||||
// NEED TO REGET aqmanager after restart.
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue