From 2dcbb6dc1a63e50c5948cc8859ef2ba0ad53b98c Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 19 Nov 2021 11:07:01 +0100 Subject: [PATCH] Add Podname to Banner --- front/src/components/About.vue | 4 ++++ front/src/components/AboutPod.vue | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/front/src/components/About.vue b/front/src/components/About.vue index c6f251c36..050cc17fa 100644 --- a/front/src/components/About.vue +++ b/front/src/components/About.vue @@ -62,6 +62,10 @@
+

+ + {{ podName }} +

diff --git a/front/src/components/AboutPod.vue b/front/src/components/AboutPod.vue index 399c22a4c..ecc3ec76e 100644 --- a/front/src/components/AboutPod.vue +++ b/front/src/components/AboutPod.vue @@ -7,6 +7,10 @@
+

+ + {{ podName }} +