Development
This commit is contained in:
parent
fcdaf09477
commit
f152d82386
11 changed files with 219 additions and 66 deletions
|
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue