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> (cherry picked from commit 4a303e514cef283a5df7fe88af19084a110cdabf)
This commit is contained in:
parent
1f48e8aea7
commit
887a122358
@ -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