From 4ec6a14252a5bf93a8e0eaeaa83e9317a1211990 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 20 Dec 2023 09:45:15 -0600 Subject: [PATCH] Add Version in sist2-admin Added the version badge-pill to the sist2-admin page so you can check the version without going to the main search frontend. --- sist2-admin/frontend/src/components/NavBar.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sist2-admin/frontend/src/components/NavBar.vue b/sist2-admin/frontend/src/components/NavBar.vue index 98f0385..1bda275 100644 --- a/sist2-admin/frontend/src/components/NavBar.vue +++ b/sist2-admin/frontend/src/components/NavBar.vue @@ -3,7 +3,11 @@ - + + + v{{ sist2Version() }} + + {{ $t("tasks") }} @@ -66,4 +70,4 @@ export default { .btn-link { color: #222; } - \ No newline at end of file +