Move graph data and nav html inline to template

This commit is contained in:
2024-07-14 08:20:09 +01:00
parent a9be56deae
commit aa0ebc76e9
3 changed files with 141 additions and 44 deletions

View File

@@ -1,3 +1,4 @@
<div class="${title}">
<h2>${title}</h2>
<table style="border-collapse:collapse;">
<thead>
@@ -12,4 +13,5 @@
</tbody>
</table>
</div>