mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
add missing pattern on instances
This commit is contained in:
parent
b725fd2f32
commit
afe8834d75
1 changed files with 2 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ instance_create_form_widgets = [
|
|||
name="instance-name",
|
||||
label="instances_name", # keep it (a18n)
|
||||
value="",
|
||||
pattern="", # add your pattern if needed
|
||||
columns={"pc": 3, "tablet": 4, " mobile": 12},
|
||||
),
|
||||
input(
|
||||
|
|
@ -170,6 +171,7 @@ instance_create_form_widgets = [
|
|||
name="instance-hostname",
|
||||
label="instances_hostname", # keep it (a18n)
|
||||
value="",
|
||||
pattern="", # add your pattern if needed
|
||||
columns={"pc": 3, "tablet": 4, " mobile": 12},
|
||||
),
|
||||
button(
|
||||
|
|
|
|||
Loading…
Reference in a new issue