From 46c78083930a6476163b2ddfb492d25629c6e95e Mon Sep 17 00:00:00 2001 From: Balazs Meszaros Date: Fri, 13 Apr 2018 17:31:28 +0200 Subject: [PATCH] HBASE-20399 Fix merge layout --- .../resources/hbase-webapps/master/table.jsp | 79 +++++++++++-------- 1 file changed, 45 insertions(+), 34 deletions(-) diff --git a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp index 0056dcd58f1..cf735ecaa81 100644 --- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp +++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp @@ -702,46 +702,57 @@ if (withReplica) { Actions:

- +
- - - - - - - - - - - - - - - - - + + + + + - - - - - - + + + + + + + + + + + + + +
-  Row Key (optional):This action will force a compaction of all - regions of the table, or, if a key is supplied, only the region containing the - given key.
 
-  Row Key (optional):This action will force a split of all eligible - regions of the table, or, if a key is supplied, only the region containing the - given key. An eligible region is one that does not contain any references to - other regions. Split requests for noneligible regions will be ignored. + + + + + This action will force a compaction of all regions of the table, or, + if a key is supplied, only the region containing the + given key. +
-  Region Key (Required): - Region Key (Required) :This action will merge two - regions of the table, Merge requests for noneligible regions will be ignored. + + + + + This action will force a split of all eligible + regions of the table, or, if a key is supplied, only the region containing the + given key. An eligible region is one that does not contain any references to + other regions. Split requests for noneligible regions will be ignored. +
+ + + + + + This action will merge two regions of the table, Merge requests for + noneligible regions will be ignored. +