From df7dcc170a694e912e7fbc1d26cd023c185369d2 Mon Sep 17 00:00:00 2001 From: Dajeong-Park Date: Tue, 19 May 2026 09:55:00 +0900 Subject: [PATCH 1/3] =?UTF-8?q?commvault=EC=9D=98=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=EB=B0=B1=EC=97=85=20=EC=98=A4=ED=8D=BC=EB=A7=81=20=EB=B3=B5?= =?UTF-8?q?=EC=A0=9C=20=EC=98=88=EC=99=B8=EC=B2=98=EB=A6=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/config/section/offering.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/config/section/offering.js b/ui/src/config/section/offering.js index 10fff1c4d7cf..0ff17146e8e2 100644 --- a/ui/src/config/section/offering.js +++ b/ui/src/config/section/offering.js @@ -407,6 +407,7 @@ export default { docHelp: 'adminguide/virtual_machines.html#importing-backup-offerings', dataView: true, popup: true, + show: (record) => { return record.provider !== 'commvault' }, component: shallowRef(defineAsyncComponent(() => import('@/views/offering/CloneBackupOffering.vue'))) }, { api: 'deleteBackupOffering', From a4124a1f4cc0fb9464630d046d4da10b0737cd30 Mon Sep 17 00:00:00 2001 From: Dajeong-Park Date: Tue, 19 May 2026 14:46:14 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EB=A9=80=ED=8B=B0=20=EB=B0=B1=EC=97=85=20?= =?UTF-8?q?=ED=94=8C=EB=9F=AC=EA=B7=B8=EC=9D=B8=20=EC=A7=80=EC=9B=90?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/offering/CloneBackupOffering.vue | 74 +++++++++++++++---- 1 file changed, 59 insertions(+), 15 deletions(-) diff --git a/ui/src/views/offering/CloneBackupOffering.vue b/ui/src/views/offering/CloneBackupOffering.vue index c489286ce6c2..ac679d5fa738 100644 --- a/ui/src/views/offering/CloneBackupOffering.vue +++ b/ui/src/views/offering/CloneBackupOffering.vue @@ -39,7 +39,7 @@ :model="form" :rules="rules" @finish="handleSubmit" - > + >