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:
zhangjingwei 2022-09-14 17:48:42 +08:00
parent 9913eff4f3
commit fe59c04bd4

View File

@ -123,6 +123,7 @@ export class Snapshots extends Base {
routeQuery: { tab: 'snapshot' },
isHideable: true,
sorter: false,
hidden: this.inDetailPage,
},
{
title: t('Created At'),