V 1.1.0 - Bearbeiten bei Liste geht, auch Löschen.
This commit is contained in:
@@ -31,7 +31,9 @@ html(lang="de")
|
||||
label(for="address") Anschrift:
|
||||
input#address(type="text" placeholder="Wird automatisch ausgefüllt" readonly disabled)
|
||||
|
||||
button#saveBtn(type="button") Speichern
|
||||
.twobuttons
|
||||
button#saveBtn(type="button") Speichern
|
||||
button#cancelBtn(type="button") Abbrechen
|
||||
div#result
|
||||
|
||||
// Listen-Tab
|
||||
@@ -45,6 +47,13 @@ html(lang="de")
|
||||
span#gzahl
|
||||
|
||||
table#entriesTable
|
||||
colgroup
|
||||
col.col-sensornumber
|
||||
col.col-espid
|
||||
col.col-bezeichnung
|
||||
col.col-beschreibung
|
||||
col.col-date
|
||||
col.col-aktionen
|
||||
thead
|
||||
tr
|
||||
th(id="thSensorNr" data-sort="sensorNr" style="cursor:pointer") SensorNr <span id="sortArrowSensorNr">↑</span>
|
||||
|
||||
Reference in New Issue
Block a user