add missing pattern on instances

This commit is contained in:
Jordan Blasenhauer 2024-08-12 10:06:42 +02:00
parent b725fd2f32
commit afe8834d75

View file

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