Development

This commit is contained in:
Matthew Grotke 2026-05-31 00:22:39 -04:00
parent fcdaf09477
commit f152d82386
11 changed files with 219 additions and 66 deletions

View file

@ -108,12 +108,12 @@
{
"col": "hostname",
"input_type": "text",
"validate": "networkname"
"validate": "VALIDATION_NETWORK_NAME"
},
{
"col": "mac",
"input_type": "text",
"validate": "mac"
"validate": "VALIDATION_MAC"
},
{
"col": "ip",
@ -171,7 +171,7 @@
"label": "Hostname",
"name": "hostname",
"input_type": "text",
"validate": "networkname",
"validate": "VALIDATION_NETWORK_NAME",
"placeholder": "e.g. nas"
},
{
@ -179,7 +179,7 @@
"label": "MAC Address",
"name": "mac",
"input_type": "text",
"validate": "mac",
"validate": "VALIDATION_MAC",
"placeholder": "e.g. aa:bb:cc:dd:ee:ff"
},
{