From fe59c04bd49e5fea36826554324ae9424d8bfb3b Mon Sep 17 00:00:00 2001 From: zhangjingwei Date: Wed, 14 Sep 2022 17:48:42 +0800 Subject: [PATCH] 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 --- src/pages/storage/containers/Snapshot/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/storage/containers/Snapshot/index.jsx b/src/pages/storage/containers/Snapshot/index.jsx index 6236d9ce..1b56321c 100644 --- a/src/pages/storage/containers/Snapshot/index.jsx +++ b/src/pages/storage/containers/Snapshot/index.jsx @@ -123,6 +123,7 @@ export class Snapshots extends Base { routeQuery: { tab: 'snapshot' }, isHideable: true, sorter: false, + hidden: this.inDetailPage, }, { title: t('Created At'),