mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-01-03 19:23:35 +01:00
Typo
This commit is contained in:
@@ -429,7 +429,7 @@ def render_machines_cards():
|
|||||||
# Sort the content by machine_id:
|
# Sort the content by machine_id:
|
||||||
sorted_machines = {key: val for key, val in sorted(machine_content.items(), key = lambda ele: ele[0])}
|
sorted_machines = {key: val for key, val in sorted(machine_content.items(), key = lambda ele: ele[0])}
|
||||||
|
|
||||||
content = "<ul class="collapsible popout">"
|
content = "<ul class='collapsible popout'>"
|
||||||
# Print the content
|
# Print the content
|
||||||
|
|
||||||
for index in range(0, num_threads):
|
for index in range(0, num_threads):
|
||||||
|
|||||||
Reference in New Issue
Block a user