Skip to content

Commit a508878

Browse files
committed
feat(dataplanes): adds warning icon/tooltip to non-ready inbounds
Signed-off-by: John Cowen <[email protected]>
1 parent ed95ad8 commit a508878

File tree

7 files changed

+363
-327
lines changed

7 files changed

+363
-327
lines changed

packages/kuma-gui/src/app/connections/components/connection-traffic/ConnectionCard.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
</slot>
1515
</div>
1616
<div class="title">
17+
<slot name="state" />
18+
1719
<XBadge
1820
v-if="props.protocol !== ''"
1921
class="protocol"
@@ -192,6 +194,7 @@ const props = withDefaults(defineProps<{
192194
float: left;
193195
font-size: $kui-font-size-40;
194196
display: flex;
197+
align-items: center;
195198
flex: 1 1 auto;
196199
gap: $kui-space-40;
197200
}

packages/kuma-gui/src/app/data-planes/locales/en-us/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ data-planes:
110110
health:
111111
ready: 'Healthy'
112112
not_ready: 'Unhealthy'
113-
unhealthy_inbound: 'Inbound on port {port} is not ready (kuma.io/service: {service})'
113+
unhealthy_inbound: 'Inbound on port {port} is not ready'
114114
mtls:
115115
title: 'TLS'
116116
expiration_time:

0 commit comments

Comments
 (0)