Merge "fix: floating IP list page removes sorting based on qos policy"
This commit is contained in:
commit
250e427ab2
@ -268,6 +268,7 @@ export class FloatingIps extends Base {
|
|||||||
routeName: this.getRouteName('networkQosDetail'),
|
routeName: this.getRouteName('networkQosDetail'),
|
||||||
idKey: 'qos_policy_id',
|
idKey: 'qos_policy_id',
|
||||||
hidden: !this.qosEndpoint || this.inQosDetail,
|
hidden: !this.qosEndpoint || this.inQosDetail,
|
||||||
|
sorter: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Project ID/Name'),
|
title: t('Project ID/Name'),
|
||||||
|
Loading…
Reference in New Issue
Block a user