This is an automated email from the ASF dual-hosted git repository.

abukor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new b810512  [www] Add pagination and search to /tables
b810512 is described below

commit b8105124af9291edd0108f43a01fcb4cd51e049c
Author: zhangyifan27 <[email protected]>
AuthorDate: Mon Mar 21 11:16:24 2022 +0800

    [www] Add pagination and search to /tables
    
    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]>
---
 www/tables.mustache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/tables.mustache b/www/tables.mustache
index e2871cd..4f0ac4e 100644
--- a/www/tables.mustache
+++ b/www/tables.mustache
@@ -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>

Reply via email to