From 2af6cdf07c1256f7c6a45d2fb7a1a357b1836ad5 Mon Sep 17 00:00:00 2001 From: fiftin Date: Wed, 6 Mar 2024 15:07:33 +0100 Subject: [PATCH] feat(ui): breadcrubs --- web/src/views/project/IntegrationExtractorCrumb.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/views/project/IntegrationExtractorCrumb.vue b/web/src/views/project/IntegrationExtractorCrumb.vue index 397c9933..85d7d83f 100644 --- a/web/src/views/project/IntegrationExtractorCrumb.vue +++ b/web/src/views/project/IntegrationExtractorCrumb.vue @@ -2,18 +2,18 @@
+ - {{ integration.name }} + :to="`/project/${projectId}/integrations/`" + > + Integrations mdi-chevron-right - {{ extractor.name }} - mdi-chevron-right - Extractor Configuration + {{ integration.name }} +