diff --git a/src/modules/contact-center/modules/queues/modules/hooks/components/opened-queue-hooks.vue b/src/modules/contact-center/modules/queues/modules/hooks/components/opened-queue-hooks.vue
index f49317377..e214e25db 100644
--- a/src/modules/contact-center/modules/queues/modules/hooks/components/opened-queue-hooks.vue
+++ b/src/modules/contact-center/modules/queues/modules/hooks/components/opened-queue-hooks.vue
@@ -64,6 +64,7 @@
{{ item.schema.name }}
diff --git a/src/modules/contact-center/modules/teams/modules/hooks/components/opened-team-hooks.vue b/src/modules/contact-center/modules/teams/modules/hooks/components/opened-team-hooks.vue
index 480c62e72..a1a1103bd 100644
--- a/src/modules/contact-center/modules/teams/modules/hooks/components/opened-team-hooks.vue
+++ b/src/modules/contact-center/modules/teams/modules/hooks/components/opened-team-hooks.vue
@@ -64,6 +64,7 @@
{{ item.schema.name }}
diff --git a/src/modules/integrations/modules/email-profiles/components/the-email-profiles.vue b/src/modules/integrations/modules/email-profiles/components/the-email-profiles.vue
index 42ac26672..5db8b46a2 100644
--- a/src/modules/integrations/modules/email-profiles/components/the-email-profiles.vue
+++ b/src/modules/integrations/modules/email-profiles/components/the-email-profiles.vue
@@ -85,6 +85,7 @@
{{ item.schema.name }}
diff --git a/src/modules/integrations/modules/triggers/components/the-triggers.vue b/src/modules/integrations/modules/triggers/components/the-triggers.vue
index a4ecf6e96..24f0e6fbf 100644
--- a/src/modules/integrations/modules/triggers/components/the-triggers.vue
+++ b/src/modules/integrations/modules/triggers/components/the-triggers.vue
@@ -89,6 +89,7 @@
v-if="item.schema"
:id="item.schema.id"
:route-name="RouteNames.FLOW"
+ target="_blank"
>
{{ item.schema.name }}
diff --git a/src/modules/routing/modules/chat-gateways/components/the-chat-gateways.vue b/src/modules/routing/modules/chat-gateways/components/the-chat-gateways.vue
index 8da2bd427..51a5ea668 100644
--- a/src/modules/routing/modules/chat-gateways/components/the-chat-gateways.vue
+++ b/src/modules/routing/modules/chat-gateways/components/the-chat-gateways.vue
@@ -93,6 +93,7 @@
v-if="item.flow"
:id="item.flow.id"
:route-name="RouteNames.FLOW"
+ target="_blank"
>
{{ item.flow.name }}
diff --git a/src/modules/routing/modules/chatplan/components/the-chatplan.vue b/src/modules/routing/modules/chatplan/components/the-chatplan.vue
index 86f51eded..dc15004cd 100644
--- a/src/modules/routing/modules/chatplan/components/the-chatplan.vue
+++ b/src/modules/routing/modules/chatplan/components/the-chatplan.vue
@@ -87,6 +87,7 @@
v-if="item.schema"
:id="item.schema.id"
:route-name="RouteNames.FLOW"
+ target="_blank"
>
{{ item.schema.name }}
diff --git a/src/modules/routing/modules/dialplan/components/the-dialplan.vue b/src/modules/routing/modules/dialplan/components/the-dialplan.vue
index d73b8a574..fbb5fb749 100644
--- a/src/modules/routing/modules/dialplan/components/the-dialplan.vue
+++ b/src/modules/routing/modules/dialplan/components/the-dialplan.vue
@@ -87,6 +87,7 @@
v-if="item.schema"
:id="item.schema.id"
:route-name="RouteNames.FLOW"
+ target="_blank"
>
{{ item.schema.name }}