Fix: WebApp Live-View: adjust window-title and header (#317)
adjust window-title and header from OpenDTU to OpenDTU-onBattery Additionally change orientation of battery symbol to vertically centered (looks nicer) Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
This commit is contained in:
parent
c393e52185
commit
0dd1566dc6
@ -6,7 +6,7 @@
|
||||
<link rel="shortcut icon" type="image/png" href="/favicon.png">
|
||||
<link rel="apple-touch-icon" href="/favicon.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>OpenDTU</title>
|
||||
<title>OpenDTU-onBattery</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
||||
@ -11,9 +11,9 @@
|
||||
<span v-else class="text-warning">
|
||||
<BIconSun width="30" height="30" class="d-inline-block align-text-top" />
|
||||
</span>
|
||||
OpenDTU
|
||||
<span class="text-info">
|
||||
<BIconBatteryCharging width="20" height="20" class="d-inline-block align-text-top" />
|
||||
OpenDTU-onBattery
|
||||
<span class="text-info">
|
||||
<BIconBatteryCharging width="20" height="20" class="d-inline-block align-text-center" />
|
||||
</span>
|
||||
</router-link>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user