mirror of
https://github.com/iFargle/headscale-webui.git
synced 2025-12-16 15:20:18 +01:00
Typo
This commit is contained in:
@@ -429,7 +429,7 @@ def render_machines_cards():
|
||||
# Sort the content by machine_id:
|
||||
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
|
||||
|
||||
for index in range(0, num_threads):
|
||||
|
||||
Reference in New Issue
Block a user