srv/poe_manager/templates/devices.html aktualisiert
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user