fix(ui): update the meta tag (#16013)
parent
2ae8592aa4
commit
2c5fbe8ae1
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta
|
||||
http-equiv="Content-type"
|
||||
content="text/html; charset=utf-8 width=device-width, initial-scale=1"
|
||||
name="viewport"
|
||||
/>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>InfluxDB 2.0</title>
|
||||
<base href="/" />
|
||||
<%= htmlWebpackPlugin.options.header %>
|
||||
|
|
|
|||
Loading…
Reference in New Issue