*** WOP ***

Liste bearbeiten geht noch nicht
This commit is contained in:
2025-08-21 15:11:14 +00:00
parent 326b30206d
commit 6c0aaf0123
4 changed files with 168 additions and 71 deletions

View File

@@ -41,16 +41,18 @@ html(lang="de")
| Seite:
input#page(value="1")
| Limit:
input#limit(value="10")
input#limit(value="50")
span#gzahl
table#entriesTable
thead
tr
th SensorNr
th ESP-ID
th Bezeichnung
th Beschreibung
th Datum
th(id="thSensorNr" data-sort="sensorNr" style="cursor:pointer") SensorNr <span id="sortArrowSensorNr">↑</span>
th(id="thEspId" data-sort="espId" style="cursor:pointer") ESP-ID <span id="sortArrowEspId">↑</span>
th Bezeichnung
th Beschreibung
th(id="thDate" data-sort="date" style="cursor:pointer") Datum <span id="sortArrowDate">↑</span>
th Aktionen
tbody
script(type="module" src="/global.js")
script.