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 53
53
</ div >
54
54
</ div >
55
55
56
- <!-- Classpath -->
56
+ <!-- Fully qualified class name -->
57
57
< div class ="form-group row ">
58
58
< label class ="col-md-3 form-control-label " for ="classpath ">
59
- Classpath
59
+ Fully qualified class name
60
60
</ label >
61
61
< div class ="col-md-9 ">
62
62
< input
63
63
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 "
65
65
th:errorclass ="is-invalid "
66
66
th:field ="*{classpath} ">
67
67
< div class ="invalid-feedback " th:if ="${#fields.hasErrors('classpath')} " th:errors ="*{classpath} "/>
Original file line number Diff line number Diff line change 53
53
</ div >
54
54
</ div >
55
55
56
- <!-- Classpath -->
56
+ <!-- Fully qualified class name -->
57
57
< div class ="form-group row ">
58
58
< label class ="col-md-3 form-control-label " for ="classpath ">
59
- Classpath
59
+ Fully qualified class name
60
60
</ label >
61
61
< div class ="col-md-9 ">
62
62
< input
63
63
id ="classpath " name ="classpath " class ="form-control " type ="text "
64
- placeholder ="Classpath to deserializer implementation "
64
+ placeholder ="Fully qualified class name for deserializer implementation "
65
65
th:errorclass ="is-invalid "
66
66
th:field ="*{classpath} ">
67
67
< div class ="invalid-feedback " th:if ="${#fields.hasErrors('classpath')} " th:errors ="*{classpath} "/>
70
70
71
71
<!-- Custom Settings -->
72
72
< h6 >
73
- Configuration Options
73
+ Configuration Properties
74
74
< 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.
76
76
</ small >
77
77
</ h6 >
78
78
< hr >
104
104
<!-- Dynamic Fields -->
105
105
< div class ="form-group row ">
106
106
< label class ="col-md-3 form-control-label " for ="newOption ">
107
- Add new setting property
107
+ Add new property
108
108
</ label >
109
109
< div class ="col-md-8 ">
110
110
< input
You can’t perform that action at this time.
0 commit comments