mirror of https://github.com/apache/druid.git
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:
parent
83b38c0911
commit
a00d3e1931
|
@ -120,7 +120,7 @@ public class ITBasicAuthConfigurationTest
|
||||||
private CoordinatorResourceTestClient coordinatorClient;
|
private CoordinatorResourceTestClient coordinatorClient;
|
||||||
|
|
||||||
@BeforeMethod
|
@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
|
// ensure that auth_test segments are loaded completely, we use them for testing system schema tables
|
||||||
RetryUtil.retryUntilTrue(
|
RetryUtil.retryUntilTrue(
|
||||||
|
|
|
@ -47,24 +47,6 @@
|
||||||
<div id="coordinator"></div>
|
<div id="coordinator"></div>
|
||||||
<div class="loading">Loading segment data... this may take a few minutes</div>
|
<div class="loading">Loading segment data... this may take a few minutes</div>
|
||||||
<table id="segments"></table>
|
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue