mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-01-03 19:23:35 +01:00
test
This commit is contained in:
@@ -285,7 +285,7 @@ def thread_machine_content(machine, machine_content, idx, all_routes):
|
||||
exit_tooltip = 'disable'
|
||||
exit_route_enabled = True
|
||||
app.logger.debug("Found exit route ID's: "+str(exit_routes))
|
||||
app.logger.debug("Exit Route Information: ID: %s | Enabled: %s | exit_route_enabled: %s / Found: %s", str(route["id"]), str(route["enabled"], str(exit_route_enabled)), str(exit_route_found))
|
||||
app.logger.debug("Exit Route Information: ID: %s | Enabled: %s | exit_route_enabled: %s / Found: %s", str(route["id"]), str(route["enabled"]), str(exit_route_enabled), str(exit_route_found))
|
||||
|
||||
# Print the button for the Exit routes:
|
||||
if exit_route_found:
|
||||
|
||||
Reference in New Issue
Block a user