Skip to content

Commit

Permalink
HBASE-20452 Master UI: Table merge button should validate required fi…
Browse files Browse the repository at this point in the history
…elds before submit

Signed-off-by: tedyu <[email protected]>
(cherry picked from commit 6ce1136)
  • Loading branch information
NihalJain authored and PDavid committed Dec 13, 2024
1 parent 351c156 commit ed87ac8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1251,8 +1251,8 @@ Actions:
<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)" />
<input type="text" name="left" size="40" required="required" placeholder="Region Key (required)" />
<input type="text" name="right" size="40" required="required" placeholder="Region Key (required)" />
</td>
<td>
This action will merge two regions of the table, Merge requests for
Expand Down

0 comments on commit ed87ac8

Please sign in to comment.