From 39b49c77901598300c11019b853c56bf53a0b518 Mon Sep 17 00:00:00 2001 From: Jose Angel Garrido Montoya Date: Tue, 16 Oct 2018 11:20:44 +0200 Subject: [PATCH] F #1246 Re-import Wild VMs (#2508) --- src/sunstone/public/app/tabs/vms-tab/buttons.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sunstone/public/app/tabs/vms-tab/buttons.js b/src/sunstone/public/app/tabs/vms-tab/buttons.js index f2151376ad..2746c5d632 100644 --- a/src/sunstone/public/app/tabs/vms-tab/buttons.js +++ b/src/sunstone/public/app/tabs/vms-tab/buttons.js @@ -170,6 +170,7 @@ define(function(require) { \ \ \ + \ ' , tip: Locale.tr("Recovers a stuck VM that is waiting for a driver operation. \ The recovery may be done by failing, succeeding or retrying the current operation. \ @@ -177,7 +178,8 @@ define(function(require) { was successful or not, or if it can be retried.\
\
Delete: This will delete the selected VMs\ -
Delete-recreate: This will delete and recreate VMs to PENDING state"), +
Delete-recreate: This will delete and recreate VMs to PENDING state\ +
Delete-db: This will delete the selected VMs, but will not perform any action on the hypervisor"), custom_classes : "state-dependent" }, "VM.startvnc" : {