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:
Martin 2023-07-18 09:51:59 +02:00 committed by GitHub
parent c393e52185
commit 0dd1566dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

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