dev #1

Merged
alientim merged 145 commits from dev into main 2025-10-12 13:44:14 +02:00
Showing only changes of commit b00d55e1ad - Show all commits

View File

@@ -5,7 +5,7 @@
{% if current_user.is_admin %} {% if current_user.is_admin %}
<!-- Neues Gerät hinzufügen --> <!-- 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 %} {% endif %}
<table class="table table-bordered"> <table class="table table-bordered">