1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

B #5326: Suspend and Stop action in power buttons (#1083)

Signed-off-by: Frederick Borges <fborges@opennebula.io>
This commit is contained in:
Frederick Borges 2021-04-08 19:35:23 +02:00 committed by GitHub
parent 748386dc81
commit 8c7a8efad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ define(function(require) {
"VM.suspend" : {
type: text,
text: Locale.tr("Suspend") + "<span class='right'>&nbsp;" + Tips.html(Locale.tr("Keeps allocated Host resources. The resume operation happens quickly")) + "</span>",
layout: "vmspause_buttons",
layout: "vmsstop_buttons",
custom_classes : "state-dependent"
},
"VM.resume" : {
@ -110,7 +110,7 @@ define(function(require) {
"VM.stop" : {
type: text,
text: Locale.tr("Stop") + "<span class='right'>&nbsp;" + Tips.html(Locale.tr("Frees Host resources. The resume operation may take long")) + "</span>",
layout: "vmspause_buttons",
layout: "vmsstop_buttons",
custom_classes : "state-dependent"
},
"VM.reboot" : {