mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 13:35:28 +01:00
test
This commit is contained in:
@@ -810,7 +810,7 @@ def render_routes():
|
||||
is_failover = True
|
||||
failover_display = enabled
|
||||
|
||||
if not is_exit and not is_failover:
|
||||
if not is_exit and is_failover:
|
||||
# Build a simple table for all non-exit routes:
|
||||
failover_content += """
|
||||
<tr>
|
||||
@@ -870,7 +870,7 @@ def render_routes():
|
||||
is_failover = True
|
||||
failover_display = enabled
|
||||
|
||||
if not is_exit and not is_failover:
|
||||
if is_exit:
|
||||
# Build a simple table for all non-exit routes:
|
||||
exit_content += """
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user