From 9c1386c90ad47ebab1404c036094dd9469a3b779 Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Fri, 26 Aug 2022 10:29:38 +0800 Subject: [PATCH] fix: floating IP list page removes sorting based on qos policy Floating IP list page removes sorting based on qos policy, because the api does not support it. Change-Id: Ifd4b987f31ec81a6a7391ad52809ba38cd630a4a --- src/pages/network/containers/FloatingIp/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/network/containers/FloatingIp/index.jsx b/src/pages/network/containers/FloatingIp/index.jsx index 42078acf..f4afccbf 100644 --- a/src/pages/network/containers/FloatingIp/index.jsx +++ b/src/pages/network/containers/FloatingIp/index.jsx @@ -268,6 +268,7 @@ export class FloatingIps extends Base { routeName: this.getRouteName('networkQosDetail'), idKey: 'qos_policy_id', hidden: !this.qosEndpoint || this.inQosDetail, + sorter: false, }, { title: t('Project ID/Name'),