feat: Sort bids by block to make it more intuitive
All checks were successful
Build Docker / Build Image (push) Successful in 42s

This commit is contained in:
2025-01-28 16:16:46 +11:00
parent 2b895a524a
commit 35d3ccd0c0
3 changed files with 13 additions and 4 deletions

View File

@@ -199,6 +199,7 @@ def bidDomains(bids,domains, sortState=False):
html += f"<td>{domain['name']}</td>"
html += f"<td>{domain['state']}</td>"
html += f"<td>{bidDisplay}</td>"
html += f"<td>{bid['height']}</td>"
html += "</tr>"
else:
for domain in domains: