Add placeholder for MongoDB datasource config's host inputs (#3145)

* Remove example indicator
This commit is contained in:
Shrikant Sharat Kandula 2021-02-23 09:52:45 +05:30 committed by GitHub
parent 4f6a48bf40
commit e2509ae325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",