Skip to content

Commit

Permalink
Added tooltip in schema registry url (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
compae authored Jun 14, 2019
1 parent b2d1bfe commit a07c941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/app/data-templates/inputs/kafka.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"propertyType": "text",
"contentType": "URL",
"width": 12,
"tooltip": "Get the Schema Registry schema.",
"tooltip": "Get the Schema Registry schema. E.g 'https://schemaNameinEos.marathon.mesos:8089'",
"default": "",
"visible": [
[
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/data-templates/outputs/kafka.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"propertyType": "text",
"contentType": "URL",
"width": 12,
"tooltip": "Post the Schema Registry schema.",
"tooltip": "Post the Schema Registry schema. E.g 'https://schemaNameinEos.marathon.mesos:8089'",
"default": "",
"visible": [
[
Expand Down

0 comments on commit a07c941

Please sign in to comment.