This commit is contained in:
jakani24
2024-03-10 09:38:28 +01:00
parent 24cc1bba13
commit 3702737fdf
3 changed files with 176 additions and 171 deletions

View File

@@ -147,7 +147,7 @@ async function add_item(db,element_id,field){
echo '<table class="table" style="overflow-x:auto">';
echo '<thead>';
echo '<tr>';
echo '<th>Entry id</th><th>Signature</th><th>Add / Delete</th>';
echo '<th>#</th><th>Signature</th><th>Add / Delete</th>';
echo '</tr>';
echo '</thead>';
echo '<tbody>';