mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
parent
ee9f14f0d3
commit
39b49c7790
@ -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" : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user