mirror of https://github.com/apache/cloudstack.git
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:
parent
ec3698dfbe
commit
c35d7ac935
|
|
@ -167,6 +167,10 @@
|
|||
|
||||
<a-tag>source-nat</a-tag>
|
||||
</span>
|
||||
<span v-if="record.isstaticnat">
|
||||
|
||||
<a-tag>static-nat</a-tag>
|
||||
</span>
|
||||
</template>
|
||||
<template #ip6address="{ text, record }" href="javascript:;">
|
||||
<span>{{ ipV6Address(text, record) }}</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue