mirror of https://github.com/apache/druid.git
fix iPad width (#8471)
This commit is contained in:
parent
6a6893b406
commit
85119b8721
|
@ -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" />
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue