mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-22 02:14:44 +01:00
test
This commit is contained in:
@@ -810,7 +810,7 @@ def render_routes():
|
||||
is_enabled = all_routes["routes"][int(route_id)-1]["enabled"]
|
||||
|
||||
app.logger.debug("[%s] Machine: [%s] %s : %s / %s", str(route_id), str(machine_id), str(machine), str(is_enabled), str(is_primary))
|
||||
app.logger.debug(str(all_routes["routes"][int(route_id)]))
|
||||
app.logger.debug(str(all_routes["routes"][int(route_id)-1]))
|
||||
|
||||
# Set up the display code:
|
||||
enabled = "<i class='material-icons green-text text-lighten-2'>fiber_manual_record</i>"
|
||||
|
||||
Reference in New Issue
Block a user