From a2ba5884ee34a48c7407a009da276b06a5b1c196 Mon Sep 17 00:00:00 2001
From: lewa <lene.wasskog@nibio.no>
Date: Tue, 30 Apr 2024 11:25:18 +0200
Subject: [PATCH] chore: TMP change header color + text to mark test version

---
 src/components/CommonUtil.vue | 2 +-
 static/css/vipsobsapp.css     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/CommonUtil.vue b/src/components/CommonUtil.vue
index e3cd05a..a458c46 100644
--- a/src/components/CommonUtil.vue
+++ b/src/components/CommonUtil.vue
@@ -100,7 +100,7 @@
       return "";
     },
 		setHeaderTitle: function (headerTitle) {
-			document.getElementById("appHeader").innerHTML = headerTitle;
+			document.getElementById("appHeader").innerHTML = "TEST " + headerTitle;
 		},
 		getSystemLocale: function() {
 			return "nb";
diff --git a/static/css/vipsobsapp.css b/static/css/vipsobsapp.css
index af1414d..78520fd 100644
--- a/static/css/vipsobsapp.css
+++ b/static/css/vipsobsapp.css
@@ -7,7 +7,7 @@ body {
 }
 
 .navbar {
-	background-color: #3d8052 !important;
+	background-color: red !important;
 }
 
 .offcanvas-collapse {
-- 
GitLab