From d1606f8742058e642af3ffd27a4f902936fbbca9 Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Sat, 17 Oct 2015 11:10:42 -0700 Subject: [PATCH] HBASE-14633 Try fluid width UI --- .../src/main/resources/hbase-webapps/rest/rest.jsp | 4 +- .../hbase/tmpl/master/MasterStatusTmpl.jamon | 4 +- .../hbase/tmpl/regionserver/RSStatusTmpl.jamon | 4 +- .../resources/hbase-webapps/master/snapshot.jsp | 6 +- .../main/resources/hbase-webapps/master/table.jsp | 13 +- .../hbase-webapps/master/tablesDetailed.jsp | 4 +- .../src/main/resources/hbase-webapps/master/zk.jsp | 4 +- .../hbase-webapps/static/css/bootstrap-theme.css | 695 +- .../static/css/bootstrap-theme.css.map | 1 + .../static/css/bootstrap-theme.min.css | 13 +- .../hbase-webapps/static/css/bootstrap.css | 8279 ++++++++++---------- .../hbase-webapps/static/css/bootstrap.css.map | 1 + .../hbase-webapps/static/css/bootstrap.min.css | 12 +- .../resources/hbase-webapps/static/css/hbase.css | 7 +- .../static/fonts/glyphicons-halflings-regular.eot | Bin 14079 -> 20127 bytes .../static/fonts/glyphicons-halflings-regular.svg | 480 +- .../static/fonts/glyphicons-halflings-regular.ttf | Bin 29512 -> 45404 bytes .../static/fonts/glyphicons-halflings-regular.woff | Bin 16448 -> 23424 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes .../resources/hbase-webapps/static/js/bootstrap.js | 1654 ++-- .../hbase-webapps/static/js/bootstrap.min.js | 13 +- .../hbase-webapps/static/js/jquery.min.js | 7 +- .../main/resources/hbase-webapps/static/js/npm.js | 13 + .../main/resources/hbase-webapps/thrift/thrift.jsp | 4 +- .../hbase-webapps/static/css/bootstrap-theme.css | 695 +- .../static/css/bootstrap-theme.css.map | 1 + .../static/css/bootstrap-theme.min.css | 13 +- .../hbase-webapps/static/css/bootstrap.css | 8279 ++++++++++---------- .../hbase-webapps/static/css/bootstrap.css.map | 1 + .../hbase-webapps/static/css/bootstrap.min.css | 12 +- .../static/fonts/glyphicons-halflings-regular.eot | Bin 14079 -> 20127 bytes .../static/fonts/glyphicons-halflings-regular.svg | 480 +- .../static/fonts/glyphicons-halflings-regular.ttf | Bin 29512 -> 45404 bytes .../static/fonts/glyphicons-halflings-regular.woff | Bin 16448 -> 23424 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes .../resources/hbase-webapps/static/js/bootstrap.js | 1654 ++-- .../hbase-webapps/static/js/bootstrap.min.js | 13 +- .../hbase-webapps/static/js/jquery.min.js | 7 +- .../main/resources/hbase-webapps/static/js/npm.js | 13 + .../main/resources/hbase-webapps/thrift/thrift.jsp | 4 +- 40 files changed, 11817 insertions(+), 10573 deletions(-) mode change 100755 => 100644 hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap-theme.css create mode 100644 hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap-theme.css.map mode change 100755 => 100644 hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap-theme.min.css mode change 100755 => 100644 hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap.css create mode 100644 hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap.css.map mode change 100755 => 100644 hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap.min.css create mode 100644 hbase-server/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.woff2 mode change 100755 => 100644 hbase-server/src/main/resources/hbase-webapps/static/js/bootstrap.js mode change 100755 => 100644 hbase-server/src/main/resources/hbase-webapps/static/js/bootstrap.min.js create mode 100644 hbase-server/src/main/resources/hbase-webapps/static/js/npm.js mode change 100755 => 100644 hbase-thrift/src/main/resources/hbase-webapps/static/css/bootstrap-theme.css create mode 100644 hbase-thrift/src/main/resources/hbase-webapps/static/css/bootstrap-theme.css.map mode change 100755 => 100644 hbase-thrift/src/main/resources/hbase-webapps/static/css/bootstrap-theme.min.css mode change 100755 => 100644 hbase-thrift/src/main/resources/hbase-webapps/static/css/bootstrap.css create mode 100644 hbase-thrift/src/main/resources/hbase-webapps/static/css/bootstrap.css.map mode change 100755 => 100644 hbase-thrift/src/main/resources/hbase-webapps/static/css/bootstrap.min.css create mode 100644 hbase-thrift/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.woff2 mode change 100755 => 100644 hbase-thrift/src/main/resources/hbase-webapps/static/js/bootstrap.js mode change 100755 => 100644 hbase-thrift/src/main/resources/hbase-webapps/static/js/bootstrap.min.js create mode 100644 hbase-thrift/src/main/resources/hbase-webapps/static/js/npm.js diff --git a/hbase-rest/src/main/resources/hbase-webapps/rest/rest.jsp b/hbase-rest/src/main/resources/hbase-webapps/rest/rest.jsp index 43895a8..aa5242e 100644 --- a/hbase-rest/src/main/resources/hbase-webapps/rest/rest.jsp +++ b/hbase-rest/src/main/resources/hbase-webapps/rest/rest.jsp @@ -45,7 +45,7 @@ String listenPort = conf.get("hbase.rest.port", "8080");