diff --git a/src/app/application/components/app-view/AppView.vue b/src/app/application/components/app-view/AppView.vue
index fee6a71ba..1f61e6f5c 100644
--- a/src/app/application/components/app-view/AppView.vue
+++ b/src/app/application/components/app-view/AppView.vue
@@ -51,12 +51,12 @@
-
+
-
{{ error.status }}
-
+
-
type: {{ error.type }}
-
+
-
trace:
-
+
diff --git a/src/app/common/StatusBadge.vue b/src/app/common/StatusBadge.vue
index 4293a75a6..638e779e7 100644
--- a/src/app/common/StatusBadge.vue
+++ b/src/app/common/StatusBadge.vue
@@ -1,13 +1,13 @@
-
{{ t(`http.api.value.${props.status}`) }}
-
+
-
@@ -20,7 +19,7 @@
>
{{ tag.label }}:{{ tag.value }}
-
+
diff --git a/src/app/common/TargetRef.vue b/src/app/common/TargetRef.vue
index 512e062f8..cf787b4d7 100644
--- a/src/app/common/TargetRef.vue
+++ b/src/app/common/TargetRef.vue
@@ -4,14 +4,14 @@
v-if="routeTarget !== null"
:to="routeTarget"
>
-
+
-
+
-
+
-
+
-
@@ -20,7 +20,7 @@
defaultMessage: t(`http.api.value.${props.protocol}`),
},
) }}
-
+
diff --git a/src/app/connections/views/ConnectionInboundSummaryClustersView.vue b/src/app/connections/views/ConnectionInboundSummaryClustersView.vue
index d7a95d588..7c4d8f3bc 100644
--- a/src/app/connections/views/ConnectionInboundSummaryClustersView.vue
+++ b/src/app/connections/views/ConnectionInboundSummaryClustersView.vue
@@ -25,7 +25,7 @@
:predicate="item => item.startsWith(`${props.data.service}::`)"
v-slot="{ items: lines }"
>
-
-
+
@@ -55,7 +55,6 @@
diff --git a/src/app/connections/views/ConnectionOutboundSummaryOverviewView.vue b/src/app/connections/views/ConnectionOutboundSummaryOverviewView.vue
index 24ffd1cde..3286e65ce 100644
--- a/src/app/connections/views/ConnectionOutboundSummaryOverviewView.vue
+++ b/src/app/connections/views/ConnectionOutboundSummaryOverviewView.vue
@@ -24,11 +24,11 @@
-
{{ t(`http.api.value.${['grpc', 'http', 'tcp'].find(protocol => typeof props.data[protocol] !== 'undefined')}`) }}
-
+
-
-
-
-
+
@@ -56,7 +56,6 @@
import { RefreshIcon } from '@kong/icons'
import { StatsSource } from '../sources'
-import CodeBlock from '@/app/common/code-block/CodeBlock.vue'
import type { DataplaneOverview } from '@/app/data-planes/data/'
const props = defineProps<{
dataplaneOverview: DataplaneOverview
diff --git a/src/app/data-planes/components/BuiltinGatewayPolicies.vue b/src/app/data-planes/components/BuiltinGatewayPolicies.vue
index d8f8896d2..117462fbd 100644
--- a/src/app/data-planes/components/BuiltinGatewayPolicies.vue
+++ b/src/app/data-planes/components/BuiltinGatewayPolicies.vue
@@ -81,12 +81,12 @@
v-if="routeEntry.origins.length > 0"
class="badge-list"
>
-
{{ policy.type }}
-
+
diff --git a/src/app/data-planes/views/DataPlaneClustersView.vue b/src/app/data-planes/views/DataPlaneClustersView.vue
index 8aa9715f2..ea04fba57 100644
--- a/src/app/data-planes/views/DataPlaneClustersView.vue
+++ b/src/app/data-planes/views/DataPlaneClustersView.vue
@@ -20,7 +20,7 @@
:src="`/meshes/${route.params.mesh}/dataplanes/${route.params.dataPlane}/data-path/clusters`"
v-slot="{ data, refresh }"
>
-
-
+
-
-
diff --git a/src/app/data-planes/views/DataPlaneConfigView.vue b/src/app/data-planes/views/DataPlaneConfigView.vue
index 3ff784316..1326f3db6 100644
--- a/src/app/data-planes/views/DataPlaneConfigView.vue
+++ b/src/app/data-planes/views/DataPlaneConfigView.vue
@@ -58,5 +58,5 @@
diff --git a/src/app/data-planes/views/DataPlaneDetailView.vue b/src/app/data-planes/views/DataPlaneDetailView.vue
index 040709141..d579c54b3 100644
--- a/src/app/data-planes/views/DataPlaneDetailView.vue
+++ b/src/app/data-planes/views/DataPlaneDetailView.vue
@@ -277,14 +277,14 @@
v-if="traffic"
#actions
>
-
Show inactive
-
+
-
-
+
diff --git a/src/app/data-planes/views/DataPlanePolicySummaryView.vue b/src/app/data-planes/views/DataPlanePolicySummaryView.vue
index c1736a24a..30cdfb6be 100644
--- a/src/app/data-planes/views/DataPlanePolicySummaryView.vue
+++ b/src/app/data-planes/views/DataPlanePolicySummaryView.vue
@@ -72,9 +72,9 @@