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" : {