HBASE-20399 Fix merge layout
This commit is contained in:
parent
42d5447cfb
commit
32764bfb2c
@ -720,46 +720,57 @@ if (withReplica) {
|
|||||||
Actions:
|
Actions:
|
||||||
<p>
|
<p>
|
||||||
<center>
|
<center>
|
||||||
<table class="table" width="95%" >
|
<table class="table" style="border: 0;" width="95%" >
|
||||||
<tr>
|
<tr>
|
||||||
<form method="get">
|
<form method="get">
|
||||||
<input type="hidden" name="action" value="compact">
|
<input type="hidden" name="action" value="compact" />
|
||||||
<input type="hidden" name="name" value="<%= escaped_fqtn %>">
|
<input type="hidden" name="name" value="<%= escaped_fqtn %>" />
|
||||||
<td style="border-style: none; text-align: center">
|
<td class="centered">
|
||||||
<input style="font-size: 12pt; width: 10em" type="submit" value="Compact" class="btn"></td>
|
<input style="font-size: 12pt; width: 10em" type="submit" value="Compact" class="btn" />
|
||||||
<td style="border-style: none" width="5%"> </td>
|
</td>
|
||||||
<td style="border-style: none">Row Key (optional):<input type="text" name="key" size="40"></td>
|
<td style="text-align: center;">
|
||||||
<td style="border-style: none">This action will force a compaction of all
|
<input type="text" name="key" size="40" placeholder="Row Key (optional)" />
|
||||||
regions of the table, or, if a key is supplied, only the region containing the
|
</td>
|
||||||
given key.</td>
|
<td>
|
||||||
</form>
|
This action will force a compaction of all regions of the table, or,
|
||||||
</tr>
|
if a key is supplied, only the region containing the
|
||||||
<tr><td style="border-style: none" colspan="4"> </td></tr>
|
given key.
|
||||||
<tr>
|
</td>
|
||||||
<form method="get">
|
|
||||||
<input type="hidden" name="action" value="split">
|
|
||||||
<input type="hidden" name="name" value="<%= escaped_fqtn %>">
|
|
||||||
<td style="border-style: none; text-align: center">
|
|
||||||
<input style="font-size: 12pt; width: 10em" type="submit" value="Split" class="btn"></td>
|
|
||||||
<td style="border-style: none" width="5%"> </td>
|
|
||||||
<td style="border-style: none">Row Key (optional):<input type="text" name="key" size="40"></td>
|
|
||||||
<td style="border-style: none">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.</td>
|
|
||||||
</form>
|
</form>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<form method="get">
|
<form method="get">
|
||||||
<input type="hidden" name="action" value="merge">
|
<input type="hidden" name="action" value="split" />
|
||||||
<input type="hidden" name="name" value="<%= escaped_fqtn %>">
|
<input type="hidden" name="name" value="<%= escaped_fqtn %>" />
|
||||||
<td style="border-style: none; text-align: center">
|
<td class="centered">
|
||||||
<input style="font-size: 12pt; width: 10em" type="submit" value="Merge" class="btn"></td>
|
<input style="font-size: 12pt; width: 10em" type="submit" value="Split" class="btn" />
|
||||||
<td style="border-style: none" width="5%"> </td>
|
</td>
|
||||||
<td style="border-style: none">Region Key (Required):<input type="text" name="left" size="40">
|
<td style="text-align: center;">
|
||||||
Region Key (Required) :<input type="text" name="right" size="40"></td>
|
<input type="text" name="key" size="40" placeholder="Row Key (optional)" />
|
||||||
<td style="border-style: none">This action will merge two
|
</td>
|
||||||
regions of the table, Merge requests for noneligible regions will be ignored.</td>
|
<td>
|
||||||
|
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.
|
||||||
|
</td>
|
||||||
|
</form>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<form method="get">
|
||||||
|
<input type="hidden" name="action" value="merge" />
|
||||||
|
<input type="hidden" name="name" value="<%= escaped_fqtn %>" />
|
||||||
|
<td class="centered">
|
||||||
|
<input style="font-size: 12pt; width: 10em" type="submit" value="Merge" class="btn" />
|
||||||
|
</td>
|
||||||
|
<td style="text-align: center;">
|
||||||
|
<input type="text" name="left" size="40" placeholder="Region Key (required)" />
|
||||||
|
<input type="text" name="right" size="40" placeholder="Region Key (required)" />
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
This action will merge two regions of the table, Merge requests for
|
||||||
|
noneligible regions will be ignored.
|
||||||
|
</td>
|
||||||
</form>
|
</form>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user