From 37049622dc550dfc6b04ebd8c8402f36273df9fc Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Sat, 4 Jul 2020 23:06:44 +0530 Subject: [PATCH] compute: allow delete VM group action Fixes #486 Signed-off-by: Rohit Yadav --- ui/src/locales/en.json | 6 +++--- ui/src/views/AutogenView.vue | 14 ++++++++++---- ui/src/views/compute/DestoryVM.vue | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ui/src/locales/en.json b/ui/src/locales/en.json index c541623fbf6..a466815b129 100644 --- a/ui/src/locales/en.json +++ b/ui/src/locales/en.json @@ -2220,9 +2220,9 @@ "message.action.delete.volume": "Please confirm that you want to delete this volume.", "message.action.delete.vpn.user": "Please confirm that you want to delete the VPN user.", "message.action.delete.zone": "Please confirm that you want to delete this zone.", -"message.action.destroy.instance": "Please confirm that you want to destroy this instance.", -"message.action.destroy.systemvm": "Please confirm that you want to destroy this System VM.", -"message.action.destroy.volume": "Please confirm that you want to destroy this volume.", +"message.action.destroy.instance": "Please confirm that you want to destroy the instance.", +"message.action.destroy.systemvm": "Please confirm that you want to destroy the System VM.", +"message.action.destroy.volume": "Please confirm that you want to destroy the volume.", "message.action.disable.cluster": "Please confirm that you want to disable this cluster.", "message.action.disable.nexusvswitch": "Please confirm that you want to disable this nexus 1000v", "message.action.disable.physical.network": "Please confirm that you want to disable this physical network.", diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue index 114115ddbf9..0fb8ffbae07 100644 --- a/ui/src/views/AutogenView.vue +++ b/ui/src/views/AutogenView.vue @@ -28,7 +28,7 @@ shape="round" size="small" icon="reload" - @click="fetchData()"> + @click="fetchData({ listall: true, irefresh: true })"> {{ $t('label.refresh') }}
- +
-

+