Skip to content

Commit a07c941

Browse files
authored
Added tooltip in schema registry url (#1767)
1 parent b2d1bfe commit a07c941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/app/data-templates/inputs/kafka.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"propertyType": "text",
282282
"contentType": "URL",
283283
"width": 12,
284-
"tooltip": "Get the Schema Registry schema.",
284+
"tooltip": "Get the Schema Registry schema. E.g 'https://schemaNameinEos.marathon.mesos:8089'",
285285
"default": "",
286286
"visible": [
287287
[

web/src/app/data-templates/outputs/kafka.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"propertyType": "text",
171171
"contentType": "URL",
172172
"width": 12,
173-
"tooltip": "Post the Schema Registry schema.",
173+
"tooltip": "Post the Schema Registry schema. E.g 'https://schemaNameinEos.marathon.mesos:8089'",
174174
"default": "",
175175
"visible": [
176176
[

0 commit comments

Comments
 (0)