From bb5e27ffd51c2e08ecdc1816de7873021c26ac39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?=
<40151420+ldericher@users.noreply.github.com>
Date: Thu, 15 Sep 2022 15:46:09 +0000
Subject: [PATCH] DashboardInfo component
---
ui/src/App.vue | 7 +++++++
ui/src/components/DashboardInfo.vue | 32 +++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
create mode 100644 ui/src/components/DashboardInfo.vue
diff --git a/ui/src/App.vue b/ui/src/App.vue
index b039b18..d0059d5 100644
--- a/ui/src/App.vue
+++ b/ui/src/App.vue
@@ -8,6 +8,11 @@
/>
+
+
+
+
+
+ ovdashboard powered by {{ server_name }}
+
+
+ Version: {{ version }} – IP: {{ lan_ip ? lan_ip : "?" }}
+
+
+
+
+
+
\ No newline at end of file