Pug und CSS angepasst
This commit is contained in:
@@ -9,7 +9,7 @@ html(lang="de")
|
||||
h1 ESP-ID + Sensornummer speichern
|
||||
|
||||
.card
|
||||
label(for="espId") ESP-id:
|
||||
label(for="espId") ESP-ID:
|
||||
input#espId(placeholder="z.B. esp-1234")
|
||||
br
|
||||
br
|
||||
@@ -18,16 +18,16 @@ html(lang="de")
|
||||
br
|
||||
br
|
||||
button#saveBtn Speichern
|
||||
div#result(style="margin-top:10px")
|
||||
div#result
|
||||
|
||||
.card
|
||||
h2 Gespeicherte Einträge
|
||||
div(style="margin-bottom:8px;")
|
||||
div.controls
|
||||
button#refreshBtn Aktualisieren
|
||||
| Seite:
|
||||
input#page(value="1" style="width:50px")
|
||||
input#page(value="1")
|
||||
| Limit:
|
||||
input#limit(value="25" style="width:50px")
|
||||
input#limit(value="25")
|
||||
div#list
|
||||
|
||||
script(src="/global.js")
|
||||
Reference in New Issue
Block a user