File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/kafka-connect/select-type Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ <h3><b>{{source.name}}</b></h3>
3434 < md-subheader class ="md-no-sticky "> Sinks</ md-subheader >
3535 < md-list-item ng-repeat ='sink in sinks | filter : search2 ' class ="md-2-line "
3636 ng-if ="classesInClasspath.indexOf(sink.class) !=-1 "
37- ng-href ="{{ classesInClasspath.indexOf(sink.class) !==-1 && '#/cluster/'+cluster+'/create-connector/source /' + sink.name || '' }} "
37+ ng-href ="{{ classesInClasspath.indexOf(sink.class) !==-1 && '#/cluster/'+cluster+'/create-connector/sink /' + sink.name || '' }} "
3838 ng-class ="classesInClasspath.indexOf(sink.class) ==-1 && 'notavailable' || '' ">
3939 < img ng-src ="src/assets/icons/{{sink.icon}} " class ="md-avatar " style ="width:40px;height:40px; " />
4040 < div class ="md-list-item-text ">
@@ -74,4 +74,4 @@ <h3><b>{{connector.name}}</b></h3>
7474 </ md-list >
7575
7676 </ div >
77- </ md-card >
77+ </ md-card >
You can’t perform that action at this time.
0 commit comments