From 94480a10dccf607feb2987a7e35e936adfe0937f Mon Sep 17 00:00:00 2001 From: sr73318 Date: Wed, 16 Sep 2026 12:38:19 +0530 Subject: [PATCH 1/2] CSTACKEX-309: enabling resize volume Api validation notification to show up in UI --- ui/src/views/storage/ResizeVolume.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ui/src/views/storage/ResizeVolume.vue b/ui/src/views/storage/ResizeVolume.vue index 5f9efd6ed506..3bea05c09c6c 100644 --- a/ui/src/views/storage/ResizeVolume.vue +++ b/ui/src/views/storage/ResizeVolume.vue @@ -144,11 +144,7 @@ export default { }) this.closeModal() }).catch(error => { - this.$notification.error({ - message: `${this.$t('label.error')} ${error.response.status}`, - description: error.response.data.errorresponse.errortext, - duration: 0 - }) + this.$notifyError(error) }).finally(() => { this.loading = false }) @@ -171,4 +167,4 @@ export default { width: 500px; } } - + \ No newline at end of file From 50a770a780cf25177802ebd94a587d9ec6497409 Mon Sep 17 00:00:00 2001 From: sr73318 Date: Wed, 16 Sep 2026 13:13:17 +0530 Subject: [PATCH 2/2] CSTACKEX-309: end of line space --- ui/src/views/storage/ResizeVolume.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/storage/ResizeVolume.vue b/ui/src/views/storage/ResizeVolume.vue index 3bea05c09c6c..25b7c3ff6b32 100644 --- a/ui/src/views/storage/ResizeVolume.vue +++ b/ui/src/views/storage/ResizeVolume.vue @@ -167,4 +167,4 @@ export default { width: 500px; } } - \ No newline at end of file +