This is an automated email from the ASF dual-hosted git repository.
fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/master by this push:
new d150483 indexing-service: fix HTML title on overlord console (#6671)
d150483 is described below
commit d150483fd3340eca1352b85d0f198715697a240c
Author: David Glasser <[email protected]>
AuthorDate: Tue Nov 27 22:34:26 2018 -0800
indexing-service: fix HTML title on overlord console (#6671)
This follows a similar fix to the body of the page done in #5627.
---
indexing-service/src/main/resources/indexer_static/console.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/indexing-service/src/main/resources/indexer_static/console.html
b/indexing-service/src/main/resources/indexer_static/console.html
index 7928c5c..8606687 100644
--- a/indexing-service/src/main/resources/indexer_static/console.html
+++ b/indexing-service/src/main/resources/indexer_static/console.html
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]