mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-22 08:34:46 +01:00
test
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user