Skip to content

Commit

Permalink
[www] Add pagination and search to /tables
Browse files Browse the repository at this point in the history
To make it convenient to search a table in a large cluster.

Change-Id: Ie4e958026df3734bda74ce78d3e1b929ea95fad1
Reviewed-on: http://gerrit.cloudera.org:8080/18334
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Alexey Serbin <[email protected]>
  • Loading branch information
zhangyifan27 authored and alexeyserbin committed Mar 21, 2022
1 parent 8409d28 commit b810512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/tables.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
{{/leader_redirect}}
{{^error}}
There are {{num_tables}} tables.
<table data-toggle="table" class="table table-striped">
<table data-toggle="table" data-pagination="true" data-search="true" class="table table-striped">
<thead><tr>
<th data-sorter="stringsSorter" data-sortable="true">Table Name</th>
<th>Table Id</th>
Expand Down

0 comments on commit b810512

Please sign in to comment.