This commit is contained in:
iFargle
2023-03-21 18:09:47 +09:00
parent 09ff3ee65f
commit 4bc59dbad9

View File

@@ -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):