fix:update volume snapshot columns in the volume detail page
Hide volume column for the volume snapshots tab in the volume detail page Change-Id: Ica9c58e104fb2144cbef2e8091eed971df1228af
This commit is contained in:
parent
9913eff4f3
commit
fe59c04bd4
@ -123,6 +123,7 @@ export class Snapshots extends Base {
|
|||||||
routeQuery: { tab: 'snapshot' },
|
routeQuery: { tab: 'snapshot' },
|
||||||
isHideable: true,
|
isHideable: true,
|
||||||
sorter: false,
|
sorter: false,
|
||||||
|
hidden: this.inDetailPage,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Created At'),
|
title: t('Created At'),
|
||||||
|
Loading…
Reference in New Issue
Block a user