diff --git a/src/pages/network/containers/FloatingIp/index.jsx b/src/pages/network/containers/FloatingIp/index.jsx index fbcf904b..7932f223 100644 --- a/src/pages/network/containers/FloatingIp/index.jsx +++ b/src/pages/network/containers/FloatingIp/index.jsx @@ -129,7 +129,7 @@ export class FloatingIps extends Base { title: t('QoS Policy'), dataIndex: 'qos_policy_id', isLink: true, - routeName: 'qosPolicyDetail', + routeName: this.getRouteName('networkQosDetail'), idKey: 'qos_policy_id', hidden: !this.qosEndpoint, },