Eingabe und Listing funktionieren erst mal
This commit is contained in:
@@ -29,7 +29,7 @@ html(lang="de")
|
||||
textarea#description
|
||||
|
||||
label(for="address") Anschrift:
|
||||
input#address(type="text" placeholder="Wird automatisch ausgefüllt" readonly)
|
||||
input#address(type="text" placeholder="Wird automatisch ausgefüllt" readonly disabled)
|
||||
|
||||
button#saveBtn(type="button") Speichern
|
||||
div#result
|
||||
@@ -50,9 +50,7 @@ html(lang="de")
|
||||
th ESP-ID
|
||||
th Bezeichnung
|
||||
th Beschreibung
|
||||
th Anschrift
|
||||
th Datum
|
||||
th Aktionen
|
||||
tbody
|
||||
script(type="module" src="/global.js")
|
||||
script.
|
||||
|
||||
Reference in New Issue
Block a user