Skip to content

Commit 2733435

Browse files
authored
Merge pull request #12 from ccl0326/clchen_dev
fix typo
2 parents 5d2f4d7 + d1725f7 commit 2733435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kafka-connect/select-type/sink-or-source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)