ui: show static-nat tag for public ip (#7395)

Fixes #7246

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2023-04-04 13:30:05 +05:30 committed by GitHub
parent ec3698dfbe
commit c35d7ac935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -167,6 +167,10 @@
&nbsp;
<a-tag>source-nat</a-tag>
</span>
<span v-if="record.isstaticnat">
&nbsp;
<a-tag>static-nat</a-tag>
</span>
</template>
<template #ip6address="{ text, record }" href="javascript:;">
<span>{{ ipV6Address(text, record) }}</span>