Skip to content

Commit bddfe36

Browse files
authored
More clearly describe field (#51)
1 parent 833c573 commit bddfe36

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

kafka-webview-ui/src/main/resources/templates/configuration/filter/create.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
</div>
5454
</div>
5555

56-
<!-- Classpath -->
56+
<!-- Fully qualified class name -->
5757
<div class="form-group row">
5858
<label class="col-md-3 form-control-label" for="classpath">
59-
Classpath
59+
Fully qualified class name
6060
</label>
6161
<div class="col-md-9">
6262
<input
6363
id="classpath" name="classpath" class="form-control" type="text"
64-
placeholder="Classpath to record filter implementation"
64+
placeholder="Fully qualified class name for record filter implementation"
6565
th:errorclass="is-invalid"
6666
th:field="*{classpath}">
6767
<div class="invalid-feedback" th:if="${#fields.hasErrors('classpath')}" th:errors="*{classpath}"/>

kafka-webview-ui/src/main/resources/templates/configuration/messageFormat/create.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
</div>
5454
</div>
5555

56-
<!-- Classpath -->
56+
<!-- Fully qualified class name -->
5757
<div class="form-group row">
5858
<label class="col-md-3 form-control-label" for="classpath">
59-
Classpath
59+
Fully qualified class name
6060
</label>
6161
<div class="col-md-9">
6262
<input
6363
id="classpath" name="classpath" class="form-control" type="text"
64-
placeholder="Classpath to deserializer implementation"
64+
placeholder="Fully qualified class name for deserializer implementation"
6565
th:errorclass="is-invalid"
6666
th:field="*{classpath}">
6767
<div class="invalid-feedback" th:if="${#fields.hasErrors('classpath')}" th:errors="*{classpath}"/>
@@ -70,9 +70,9 @@
7070

7171
<!-- Custom Settings -->
7272
<h6>
73-
Configuration Options
73+
Configuration Properties
7474
<small class="form-text text-muted">
75-
If your Deserializer requires additional settings you can define them here.
75+
If your Deserializer requires additional settings define them here.
7676
</small>
7777
</h6>
7878
<hr>
@@ -104,7 +104,7 @@ <h6>
104104
<!-- Dynamic Fields -->
105105
<div class="form-group row">
106106
<label class="col-md-3 form-control-label" for="newOption">
107-
Add new setting property
107+
Add new property
108108
</label>
109109
<div class="col-md-8">
110110
<input

0 commit comments

Comments
 (0)