Skip to content
Snippets Groups Projects
Commit a45554a3 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

NMAAS-999: Fixed default values

parent 9f344ab0
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,6 @@ ...@@ -76,7 +76,6 @@
"key": "vpnUserIp", "key": "vpnUserIp",
"placeholder": "127.0.0.1", "placeholder": "127.0.0.1",
"tab": 0, "tab": 0,
"defaultValue": "Not provided",
"inputFormat": "plain", "inputFormat": "plain",
"row": "0-0" "row": "0-0"
}, },
...@@ -104,7 +103,6 @@ ...@@ -104,7 +103,6 @@
"key": "ipAddressWithMask", "key": "ipAddressWithMask",
"placeholder": "192.168.1.0/24", "placeholder": "192.168.1.0/24",
"tab": 0, "tab": 0,
"defaultValue": "Not provided",
"inputFormat": "plain", "inputFormat": "plain",
"row": "0-0" "row": "0-0"
} }
...@@ -134,7 +132,6 @@ ...@@ -134,7 +132,6 @@
"key": "ipAddressWithMask", "key": "ipAddressWithMask",
"placeholder": "192.168.1.0/24", "placeholder": "192.168.1.0/24",
"tab": 0, "tab": 0,
"defaultValue": "Not provided",
"inputFormat": "plain", "inputFormat": "plain",
"row": "0-0" "row": "0-0"
} }
...@@ -152,14 +149,6 @@ ...@@ -152,14 +149,6 @@
"input": true, "input": true,
"key": "techContact", "key": "techContact",
"tab": 0, "tab": 0,
"defaultValue": [
{
"name": "Name not provided"
},
{
"email": "E-mail not provided"
}
],
"components": [ "components": [
{ {
"label": "NAME", "label": "NAME",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment