Development
This commit is contained in:
parent
946d99fe3f
commit
3bdba52d57
3 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue