mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
parent
53ee13b4d7
commit
e2d38abe06
@ -141,9 +141,11 @@ define(function(require) {
|
||||
custom_classes : "state-dependent"
|
||||
},
|
||||
"VM.terminate_hard" : {
|
||||
type: text,
|
||||
text: Locale.tr("Terminate") + ' <span class="label secondary radius">' + Locale.tr("hard") + '</span>',
|
||||
type: "confirm",
|
||||
icon: "<i class='fa fa-trash fa-3' style='color:#ec5840'/>",
|
||||
text: Locale.tr(" Terminate") + ' <span class="label secondary radius">' + Locale.tr("hard") + '</span>',
|
||||
layout: "vmsdelete_buttons",
|
||||
tip: Locale.tr("This will remove information from non-persistent hard disks"),
|
||||
custom_classes : "state-dependent"
|
||||
},
|
||||
"VM.resched" : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user