diff --git a/app/components/dashboard/Nav.vue b/app/components/dashboard/Nav.vue index ee11d6d..1f74333 100644 --- a/app/components/dashboard/Nav.vue +++ b/app/components/dashboard/Nav.vue @@ -18,6 +18,9 @@ const route = useRoute() {{ $t('nav.analysis') }} + + {{ $t('nav.realtime') }} + diff --git a/app/components/dashboard/Counters.vue b/app/components/dashboard/analysis/Counters.vue similarity index 100% rename from app/components/dashboard/Counters.vue rename to app/components/dashboard/analysis/Counters.vue diff --git a/app/components/dashboard/Index.vue b/app/components/dashboard/analysis/Index.vue similarity index 94% rename from app/components/dashboard/Index.vue rename to app/components/dashboard/analysis/Index.vue index a974031..8a21306 100644 --- a/app/components/dashboard/Index.vue +++ b/app/components/dashboard/analysis/Index.vue @@ -74,8 +74,8 @@ onBeforeMount(() => { - - - + + + diff --git a/app/components/dashboard/Views.vue b/app/components/dashboard/analysis/Views.vue similarity index 100% rename from app/components/dashboard/Views.vue rename to app/components/dashboard/analysis/Views.vue diff --git a/app/components/dashboard/metrics/Group.vue b/app/components/dashboard/analysis/metrics/Group.vue similarity index 94% rename from app/components/dashboard/metrics/Group.vue rename to app/components/dashboard/analysis/metrics/Group.vue index 8e96155..e15b823 100644 --- a/app/components/dashboard/metrics/Group.vue +++ b/app/components/dashboard/analysis/metrics/Group.vue @@ -31,7 +31,7 @@ defineProps({ :value="rawTabs[index]" class="flex-1" > - ({