This commit is contained in:
iFargle
2023-03-30 13:13:26 +09:00
parent a87419cbff
commit 106c855d2a

View File

@@ -930,10 +930,10 @@ function toggle_failover_route_routespage(routeid, current_state, prefix, route_
console.log("enabled_status: "+enabled_status)
if (enabled_status == true) {
failover_status = true
failover_enabled = true
}
else {
failover_status = false
failover_enabled = false
}
console.log("Setting primary class '"+route_id+"-primary': "+primary_status)