Update aqmanager.html

master
sfeakes 2025-04-13 12:17:05 -05:00
parent 5fcbc2a2e9
commit 47c56ee5d4
1 changed files with 6 additions and 0 deletions

View File

@ -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;