You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/09/05 23:40:08 UTC

[incubator-druid] branch 0.16.0-incubating updated: fix iPad width (#8471) (#8474)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch 0.16.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.16.0-incubating by this push:
     new a19e6c5  fix iPad width (#8471) (#8474)
a19e6c5 is described below

commit a19e6c5b546c89e16a57da18ed903aa696f44eb2
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Thu Sep 5 16:39:56 2019 -0700

    fix iPad width (#8471) (#8474)
---
 web-console/unified-console.html | 1 +
 web-console/webpack.config.js    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/web-console/unified-console.html b/web-console/unified-console.html
index 81073f1..37426ea 100644
--- a/web-console/unified-console.html
+++ b/web-console/unified-console.html
@@ -20,6 +20,7 @@
 <html lang="en">
   <head>
     <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1">
     <title>Apache Druid</title>
     <meta name="description" content="Apache Druid console" />
     <link rel="shortcut icon" href="favicon.png" />
diff --git a/web-console/webpack.config.js b/web-console/webpack.config.js
index 9c8f9c9..c3ffcf0 100644
--- a/web-console/webpack.config.js
+++ b/web-console/webpack.config.js
@@ -61,6 +61,7 @@ module.exports = env => {
       publicPath: '/public',
       index: './index.html',
       openPage: 'unified-console.html',
+      host: '0.0.0.0',
       port: 18081,
       proxy: {
         '/status': proxyTarget,


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