Add placeholder for MongoDB datasource config's host inputs (#3145)
* Remove example indicator
This commit is contained in:
parent
4f6a48bf40
commit
e2509ae325
|
|
@ -43,7 +43,8 @@
|
|||
"configProperty": "datasourceConfiguration.endpoints[*].host",
|
||||
"controlType": "KEYVALUE_ARRAY",
|
||||
"validationMessage": "Please enter a valid host",
|
||||
"validationRegex": "^((?![/:]).)*$"
|
||||
"validationRegex": "^((?![/:]).)*$",
|
||||
"placeholder": "myapp.abcde.mongodb.net"
|
||||
},
|
||||
{
|
||||
"label": "Port",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user