From 106c855d2ac45339edfe7f397c0f7d8fa92edbda Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 30 Mar 2023 13:13:26 +0900 Subject: [PATCH] test --- static/js/custom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/custom.js b/static/js/custom.js index a1ad196..30f3cea 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -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)