From 118d7b20b0c368d34d2d3734f965c21d28fb7247 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 ++-- .../hadoop/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 ++-- .../resources/hbase-webapps/static/css/hbase.css | 9 +++++++-- .../main/resources/hbase-webapps/thrift/thrift.jsp | 4 ++-- .../resources/hbase-webapps/static/css/hbase.css | 9 +++++++-- .../main/resources/hbase-webapps/thrift/thrift.jsp | 4 ++-- 11 files changed, 35 insertions(+), 30 deletions(-) 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 43895a88072..afc0b2f2a22 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");