From 8c28aefada2ad8959ce7560c190cd67e500bc7b1 Mon Sep 17 00:00:00 2001 From: Denis Gukov Date: Sun, 17 Nov 2024 16:19:59 +0500 Subject: [PATCH] fix(ui): check project type in dashboard menu --- web/src/components/DashboardMenu.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/src/components/DashboardMenu.vue b/web/src/components/DashboardMenu.vue index 57335b53..c71d61a6 100644 --- a/web/src/components/DashboardMenu.vue +++ b/web/src/components/DashboardMenu.vue @@ -6,14 +6,21 @@ :to="`/project/${projectId}/history`" >{{ $t('history') }} + {{ $t('activity') }} + {{ $t('settings') }} - + + {{ $t('runners') }} mdi-professional-hexagon