mirror of https://github.com/apache/druid.git
correct overlord console header. Because it's not the coordinator console, it's the overlord console. (#5627)
This commit is contained in:
parent
72d6dcda4f
commit
d709d1a59f
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="heading">Coordinator Console</div>
|
<div class="heading">Overlord Console</div>
|
||||||
<div class="supervisors_section" style="display: none;">
|
<div class="supervisors_section" style="display: none;">
|
||||||
<h2>Supervisors</h2>
|
<h2>Supervisors</h2>
|
||||||
<table id="supervisorsTable"></table>
|
<table id="supervisorsTable"></table>
|
||||||
|
|
Loading…
Reference in New Issue