fix: fix ports filter by device onwer fip
Remove the unbound filter from the fip filters Closes-Bug: #1988907 Change-Id: I437a7d38b9b1e89f60dd7f536513ec9127f97ade
This commit is contained in:
parent
ab4b22cd4f
commit
d3d75a43cb
@ -302,7 +302,7 @@ export class Port extends Base {
|
||||
},
|
||||
{
|
||||
label: t('Floating IP'),
|
||||
key: 'network:floatingip,network:floatingip_agent_gateway,',
|
||||
key: 'network:floatingip,network:floatingip_agent_gateway',
|
||||
},
|
||||
{ label: t('DHCP Agent'), key: 'network:dhcp' },
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user