mirror of https://github.com/apache/druid.git
indexing-service: fix HTML title on overlord console (#6671)
This follows a similar fix to the body of the page done in #5627.
This commit is contained in:
parent
849ba867b2
commit
d150483fd3
|
@ -20,10 +20,10 @@
|
|||
|
||||
<html>
|
||||
<head>
|
||||
<title>Druid Indexer Coordinator Console</title>
|
||||
<title>Druid Overlord Console</title>
|
||||
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<meta name="Description" content="Druid Indexer Coordinator Console"/>
|
||||
<meta name="Description" content="Druid Overlord Console"/>
|
||||
|
||||
<style type="text/css">@import "old-console/css/style.css";</style>
|
||||
<style type="text/css">@import "old-console/css/demo_table.css";</style>
|
||||
|
@ -38,7 +38,7 @@
|
|||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="heading">Overlord Console</div>
|
||||
<div class="heading">Druid Overlord Console</div>
|
||||
<div class="supervisors_section" style="display: none;">
|
||||
<h2>Supervisors</h2>
|
||||
<table id="supervisorsTable"></table>
|
||||
|
|
Loading…
Reference in New Issue