You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by da...@apache.org on 2018/08/23 22:51:23 UTC

[4/6] kudu git commit: [webui] Fancy tables for /maintenance-manager

[webui] Fancy tables for /maintenance-manager

Change-Id: I725c13249b2cdc95fa674135c75b1414b2fc9047
Reviewed-on: http://gerrit.cloudera.org:8080/11291
Reviewed-by: Alexey Serbin <as...@cloudera.com>
Tested-by: Will Berkeley <wd...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/6ae9ecbe
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/6ae9ecbe
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/6ae9ecbe

Branch: refs/heads/master
Commit: 6ae9ecbe2595090c78e7afd271aae9d04dd4d0b5
Parents: 9a01205
Author: Will Berkeley <wd...@gmail.org>
Authored: Tue Aug 21 15:00:56 2018 -0700
Committer: Will Berkeley <wd...@gmail.com>
Committed: Wed Aug 22 22:29:12 2018 +0000

----------------------------------------------------------------------
 www/maintenance-manager.mustache | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/6ae9ecbe/www/maintenance-manager.mustache
----------------------------------------------------------------------
diff --git a/www/maintenance-manager.mustache b/www/maintenance-manager.mustache
index a906f52..269a7d2 100644
--- a/www/maintenance-manager.mustache
+++ b/www/maintenance-manager.mustache
@@ -20,7 +20,7 @@ under the License.
 <h1>Maintenance Manager state</h1>
 
 <h3>Running operations</h3>
-<table class="table table-striped">
+<table data-toggle="table" data-pagination="true" data-search="true" class="table table-striped">
   <thead>
     <tr>
       <th>Name</th>
@@ -38,7 +38,7 @@ under the License.
 </table>
 
 <h3>Recent completed operations</h3>
-<table class="table table-striped">
+<table data-toggle="table" data-pagination="true" data-search="true" class="table table-striped">
   <thead>
     <tr>
       <th>Name</th>
@@ -58,7 +58,7 @@ under the License.
 </table>
 
 <h3>Non-running operations</h3>
-<table class="table table-striped">
+<table data-toggle="table" data-pagination="true" data-search="true" class="table table-striped">
   <thead>
     <tr>
       <th>Name</th>