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
This commit is contained in:
Jingwei.Zhang 2022-08-26 10:29:38 +08:00
parent a4590711c8
commit 9c1386c90a

View File

@ -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'),