You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
510 B
Plaintext
16 lines
510 B
Plaintext
title Create new node
|
|
form(method="post", action="/nodes/create")
|
|
pn-frame
|
|
pn-toolbar(dock="bottom", align="right")
|
|
pn-button(type="submit", label="Create", icon="check")
|
|
|
|
pn-form-section
|
|
pn-input(name="name", label="Name")
|
|
pn-autocomplete(name="type", label="Type")
|
|
pn-textarea(name="notes", label="Notes")
|
|
|
|
pn-form-section(name="Properties")
|
|
pn-input-spawner
|
|
pn-autocomplete.grouped(name="key[]", placeholder="Name")
|
|
pn-autocomplete.grouped(name="value[]", placeholder="Value")
|