srv/poe_manager/templates/devices.html aktualisiert

This commit is contained in:
2025-10-07 18:23:54 +02:00
parent 0d569dcd1b
commit b00d55e1ad

View File

@@ -5,7 +5,7 @@
{% if current_user.is_admin %}
<!-- Neues Gerät hinzufügen -->
<button class="btn btn-success mb-3" data-bs-toggle="modal" data-bs-target="#deviceModal" onclick="openDeviceModal()">Neues Gerät</button>
<button class="btn btn-success mb-3" data-bs-toggle="modal" data-bs-target="#deviceModal" onclick="openDeviceModal()">Neues Gerät hinzufügen</button>
{% endif %}
<table class="table table-bordered">