File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
kafka-webview-ui/src/main/resources/templates/configuration Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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} "/>
Original file line number Diff line number Diff line change 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} "/>
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 >
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
You can’t perform that action at this time.
0 commit comments