Eingabe und Listing funktionieren erst mal

This commit is contained in:
2025-08-19 07:28:29 +00:00
parent 61f8dec32f
commit b3b411db1a
6 changed files with 68 additions and 35 deletions

View File

@@ -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.