mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
UI: Add button to show public IPs associated with vlanid (#8717)
This commit is contained in:
parent
56e0450526
commit
52d5b27161
@ -42,6 +42,11 @@ export default {
|
||||
name: 'guestnetwork',
|
||||
title: 'label.guest.networks',
|
||||
param: 'physicalnetworkid'
|
||||
},
|
||||
{
|
||||
name: 'publicip',
|
||||
title: 'label.public.ip.addresses',
|
||||
param: 'physicalnetworkid'
|
||||
}],
|
||||
actions: [
|
||||
{
|
||||
|
||||
@ -53,6 +53,12 @@
|
||||
<div
|
||||
class="actions"
|
||||
style="text-align: right" >
|
||||
<router-link :to="{ name: 'publicip', query: { vlanid: record.id }}" target="_blank">
|
||||
<tooltip-button
|
||||
tooltipPlacement="bottom"
|
||||
:tooltip="$t('label.view') + ' ' + $t('label.public.ip.addresses')"
|
||||
icon="environment-outlined"/>
|
||||
</router-link>
|
||||
<tooltip-button
|
||||
v-if="!record.domain && !basicGuestNetwork && record.gateway && !record.ip6gateway"
|
||||
tooltipPlacement="bottom"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user