*** WOP ***
Liste bearbeiten geht noch nicht
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user