fix iPad width (#8471)

This commit is contained in:
Vadim Ogievetsky 2019-09-05 13:56:23 -07:00 committed by Fangjin Yang
parent 6a6893b406
commit 85119b8721
2 changed files with 2 additions and 0 deletions

View File

@ -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" />

View File

@ -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,