design update, div TODOs added

This commit is contained in:
2026-02-12 10:15:46 +01:00
parent 985fc05aa1
commit be3bbf01f2
6 changed files with 219 additions and 4 deletions

View File

@@ -202,6 +202,9 @@ $racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
<td class="actions">
<a href="?module=devices&action=edit&id=<?php echo $d['id']; ?>" class="button button-small">Bearbeiten</a>
<a href="#" class="button button-small button-danger" onclick="confirmDelete(<?php echo $d['id']; ?>)">Löschen</a>
<?php
//TODO löschen geht nicht
?>
</td>
</tr>
<?php endforeach; ?>