luci-app-morseupgrade: (APP-3767, PR #1000) add artini IP to upgrade IPs

Approved-by: Lyall Beveridge
Approved-by: Evan Benn
This commit is contained in:
James Haggerty 2024-11-28 06:24:55 +00:00 committed by Arien Judge
parent e09effcfbd
commit dbb3b02f83

View File

@ -7,8 +7,8 @@
// this is a standard list propagated around LuCI to poll the device
// after an action which would have lost connection. Used by the handleSysupgrade
// 10.42.0.1 added by morse to attempt to reach out to our default configuration
const hrefs = [window.location.host, '10.42.0.1', 'openwrt.lan'];
// 10.42.0.1/192.168.12.1 added by morse to attempt to reach out to our default configuration
const hrefs = [window.location.host, '10.42.0.1', '192.168.12.1', '192.168.1.1', 'openwrt.lan'];
var callUpgradeQuery = rpc.declare({
object: 'morseupgrade',