File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ export default {
4242 name : 'guestnetwork' ,
4343 title : 'label.guest.networks' ,
4444 param : 'physicalnetworkid'
45+ } ,
46+ {
47+ name : 'publicip' ,
48+ title : 'label.public.ip.addresses' ,
49+ param : 'physicalnetworkid'
4550 } ] ,
4651 actions : [
4752 {
Original file line number Diff line number Diff line change 5454 <div
5555 class =" actions"
5656 style =" text-align : right " >
57+ <router-link :to =" { name: 'publicip', query: { vlanid: record.id }}" target =" _blank" >
58+ <tooltip-button
59+ tooltipPlacement =" bottom"
60+ :tooltip =" $t('label.view') + ' ' + $t('label.public.ip.addresses')"
61+ icon =" environment-outlined" />
62+ </router-link >
5763 <tooltip-button
5864 v-if =" !record.domain && !basicGuestNetwork && record.gateway && !record.ip6gateway"
5965 tooltipPlacement =" bottom"
@@ -748,4 +754,4 @@ export default {
748754 .pagination {
749755 margin- top: 20px ;
750756 }
751- < / style>
757+ < / style>
You can’t perform that action at this time.
0 commit comments