simple display for id mappings in frontend

This commit is contained in:
2025-05-16 17:48:04 +02:00
parent e940f26bab
commit bccf019c11
4 changed files with 83 additions and 0 deletions

View File

@@ -23,6 +23,18 @@
Download CSV
</a>
</div>
<div class="pt-6">
<h2 class="ID" >ID mapping</h2>
<table id="mappingTable">
<tr>
<th>ID</th>
<th>Nachname</th>
<th>Vorname</th>
</tr>
</table>
</div>
</body>
</html>