mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
allow sorting storage class column in volume list page
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
b828c2f66d
commit
4a303e514c
@ -95,7 +95,8 @@ export default {
|
||||
{
|
||||
name: 'storageClass',
|
||||
labelKey: 'tableHeaders.storageClass',
|
||||
value: 'spec.storageClassName'
|
||||
value: 'spec.storageClassName',
|
||||
sort: 'spec.storageClassName'
|
||||
},
|
||||
{
|
||||
name: 'AttachedVM',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user