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:
@@ -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'),
|
||||||
|
Reference in New Issue
Block a user