mirror of
https://github.com/iFargle/headscale-webui.git
synced 2025-12-17 15:49:44 +01:00
Typo
This commit is contained in:
@@ -701,7 +701,7 @@ def render_routes():
|
|||||||
enabled = route["enabled"]
|
enabled = route["enabled"]
|
||||||
primary = route["isPrimary"]
|
primary = route["isPrimary"]
|
||||||
# Build a simple table:
|
# Build a simple table:
|
||||||
conetnt += """
|
content += """
|
||||||
<tr>
|
<tr>
|
||||||
<td>"""+str(route_id )+"""</td>
|
<td>"""+str(route_id )+"""</td>
|
||||||
<td>"""+str(machine )+"""</td>
|
<td>"""+str(machine )+"""</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user