From 36d0346172952fd15a359e483775467b43f2a2cf Mon Sep 17 00:00:00 2001 From: Thomas Stallinger Date: Wed, 19 Aug 2026 20:36:57 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Logo=20im=20Header=20+=20'Ger=C3=A4te'?= =?UTF-8?q?=20in=20der=20Navigation=20zu=20'Flotte'=20umbenannt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pics/tuxflotte-beschriftet-schatten.svg (das laut platform-docs bereits als 'das Logo' referenzierte Markenbild, siehe 13-live-provisioning-boot.md) als static/tuxflotte-logo.svg eingebunden, im Header neben dem Kundenplattform-Link (wirkt dadurch auch auf der Login-Seite, die base.html erbt). Passend dazu buchstabiert das Logo selbst bereits 'Tux'/'Flotte' als Wortmarke. Nav-Link '/geraete' zeigt jetzt 'Flotte' statt 'Geräte' - sowohl im Kundenportal-Header (base.html) als auch im Admin-Sidebar (admin/layout.html), für konsistente Beschriftung über die ganze Weboberfläche. Reine Anzeigetext-Änderung, URLs/Routen unverändert. Co-Authored-By: Claude Sonnet 5 --- static/tuxflotte-logo.svg | 179 ++++++++++++++++++++++++++++++++++++ templates/admin/layout.html | 2 +- templates/base.html | 5 +- 3 files changed, 183 insertions(+), 3 deletions(-) create mode 100644 static/tuxflotte-logo.svg diff --git a/static/tuxflotte-logo.svg b/static/tuxflotte-logo.svg new file mode 100644 index 0000000..35d5e2a --- /dev/null +++ b/static/tuxflotte-logo.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/admin/layout.html b/templates/admin/layout.html index e7bd4b4..5667869 100644 --- a/templates/admin/layout.html +++ b/templates/admin/layout.html @@ -3,7 +3,7 @@