Development

This commit is contained in:
Matthew Grotke 2026-05-28 02:49:52 -04:00
parent 946d99fe3f
commit 3bdba52d57
3 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@
{
"col": "ip",
"input_type": "text",
"validate": "ip"
"validate": "ipv4"
},
{
"col": "enabled",
@ -108,7 +108,7 @@
"label": "Resolves To",
"name": "ip",
"input_type": "text",
"validate": "ip",
"validate": "ipv4",
"placeholder": "e.g. 192.168.1.100"
},
{