Skip to content

Commit

Permalink
connector list page num to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-kyle authored May 18, 2019
1 parent fb9407b commit b6669d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kafka-connect/list/list-connectors.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h3>
<md-list class="connectors-list" flex>
<md-list-item class="md-list-item-text"
style="background-color: {{connector.name == selectedConnector ? '#DADADA' : '' }}"
dir-paginate="connector in allConnectors | orderBy:'name' | filter : search | itemsPerPage: 10"
dir-paginate="connector in allConnectors | orderBy:'name' | filter : search | itemsPerPage: 30"
ng-href="#/cluster/{{cluster}}/connector/{{connector.name}}">
<!--Status icon-->
<span style="padding-right:10px">
Expand Down

0 comments on commit b6669d5

Please sign in to comment.