This commit is contained in:
iFargle
2023-03-30 13:16:31 +09:00
parent 106c855d2a
commit 77c50dd130

View File

@@ -948,6 +948,7 @@ function toggle_failover_route_routespage(routeid, current_state, prefix, route_
// if any route is enabled, set the prefix enable icon to enabled:
var failover_element = document.getElementById(prefix)
console.log("Failover enabled: "+failover_enabled)
if (failover_enabled == true) {
failover_element.className = failover_enabledClass
}