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:
Jingwei.Zhang 2022-09-07 11:10:37 +08:00
parent ab4b22cd4f
commit d3d75a43cb

View File

@ -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' },
{