Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>