Fix old-console/cluster.html; Remove redundant throws in ITBasicAuthConfigurationTest (#7589)

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

* Remove comment in cluster.html
This commit is contained in:
Roman Leventov 2019-05-06 18:08:49 +02:00 committed by GitHub
parent 83b38c0911
commit a00d3e1931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 19 deletions

View File

@ -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(

View File

@ -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>