You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/11/28 06:34:28 UTC

[GitHub] fjy closed pull request #6671: indexing-service: fix HTML title on overlord console

fjy closed pull request #6671: indexing-service: fix HTML title on overlord console
URL: https://github.com/apache/incubator-druid/pull/6671
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/indexing-service/src/main/resources/indexer_static/console.html b/indexing-service/src/main/resources/indexer_static/console.html
index 7928c5c4ab3..86066871620 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>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org