1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F #1246 Re-import Wild VMs (#2508)

This commit is contained in:
Jose Angel Garrido Montoya 2018-10-16 11:20:44 +02:00 committed by Ruben S. Montero
parent ee9f14f0d3
commit 39b49c7790

View File

@ -170,6 +170,7 @@ define(function(require) {
<option value="0">' + Locale.tr("failure") + '</option>\
<option value="3">' + Locale.tr("delete") + '</option>\
<option value="4">' + Locale.tr("delete-recreate") + '</option>\
<option value="5">' + Locale.tr("delete-db") + '</option>\
</select>' ,
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.\
<br/>\
<br/>Delete: This will delete the selected VMs\
<br/>Delete-recreate: This will delete and recreate VMs to PENDING state"),
<br/>Delete-recreate: This will delete and recreate VMs to PENDING state\
<br/>Delete-db: This will delete the selected VMs, but will not perform any action on the hypervisor"),
custom_classes : "state-dependent"
},
"VM.startvnc" : {