fix: Fix qos policy jump in fip list page
Fix qos policy jump in fip list page Change-Id: I4912fe6bad60a307a6fe5035f2221489ad226f56
This commit is contained in:
parent
91d9c80d09
commit
2b82344212
@ -129,7 +129,7 @@ export class FloatingIps extends Base {
|
|||||||
title: t('QoS Policy'),
|
title: t('QoS Policy'),
|
||||||
dataIndex: 'qos_policy_id',
|
dataIndex: 'qos_policy_id',
|
||||||
isLink: true,
|
isLink: true,
|
||||||
routeName: 'qosPolicyDetail',
|
routeName: this.getRouteName('networkQosDetail'),
|
||||||
idKey: 'qos_policy_id',
|
idKey: 'qos_policy_id',
|
||||||
hidden: !this.qosEndpoint,
|
hidden: !this.qosEndpoint,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user