File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed 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 5353 <div
5454 class =" actions"
5555 style =" text-align : right " >
56+ <router-link :to =" { name: 'publicip', query: { vlanid: record.id }}" target =" _blank" >
57+ <tooltip-button
58+ tooltipPlacement =" bottom"
59+ :tooltip =" $t('label.view') + ' ' + $t('label.public.ip.addresses')"
60+ icon =" environment-outlined" />
61+ </router-link >
5662 <tooltip-button
5763 v-if =" !record.domain && !basicGuestNetwork && record.gateway && !record.ip6gateway"
5864 tooltipPlacement =" bottom"
You can’t perform that action at this time.
0 commit comments