Skip to content

Commit

Permalink
Fix old-console/cluster.html; Remove redundant throws in ITBasicAuthC…
Browse files Browse the repository at this point in the history
…onfigurationTest (#7589)

* Fix old-console/cluster.html; Remove redundant throws in ITBasicAuthConfigurationTest

* Remove comment in cluster.html
  • Loading branch information
leventov committed May 6, 2019
1 parent 83b38c0 commit a00d3e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public class ITBasicAuthConfigurationTest
private CoordinatorResourceTestClient coordinatorClient;

@BeforeMethod
public void before() throws Exception
public void before()
{
// ensure that auth_test segments are loaded completely, we use them for testing system schema tables
RetryUtil.retryUntilTrue(
Expand Down
18 changes: 0 additions & 18 deletions web-console/old-console/cluster.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,6 @@
<div id="coordinator"></div>
<div class="loading">Loading segment data... this may take a few minutes</div>
<table id="segments"></table>

<!--<div class="heading">User Console</div>
<div>Selected Segments</div>
<div id="selected_segments"></div>
<div id="console">
<div id="move">
<form id="move_segment" action="" method="post">
Move Segment(s) to Server: <input type="text" name="to" class="to"/>
<input type="submit" value="Move" />
</form>
</div>
<!--<div id="drop">
<form id="drop_segment" action="" method="post">
<input type="submit" value="Drop Selected Segments" />
</form>
</div>
</div>-->
</div>
</body>
</html>

0 comments on commit a00d3e1

Please sign in to comment.