Skip to content

Commit c35d7ac

Browse files
authored
ui: show static-nat tag for public ip (#7395)
Fixes #7246 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent ec3698d commit c35d7ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/src/components/view/ListView.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@
167167
&nbsp;
168168
<a-tag>source-nat</a-tag>
169169
</span>
170+
<span v-if="record.isstaticnat">
171+
&nbsp;
172+
<a-tag>static-nat</a-tag>
173+
</span>
170174
</template>
171175
<template #ip6address="{ text, record }" href="javascript:;">
172176
<span>{{ ipV6Address(text, record) }}</span>

0 commit comments

Comments
 (0)