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') }}
- +
-

+