From 0793bde8ed84bc670e4539d54a7e028808a0ce6e Mon Sep 17 00:00:00 2001 From: Frederick Borges Date: Thu, 8 Apr 2021 19:35:23 +0200 Subject: [PATCH] B #5326: Suspend and Stop action in power buttons (#1083) Signed-off-by: Frederick Borges (cherry picked from commit 8c7a8efad06f1fff2d27ad7630d47fca60df49c6) --- src/sunstone/public/app/tabs/vms-tab/buttons.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sunstone/public/app/tabs/vms-tab/buttons.js b/src/sunstone/public/app/tabs/vms-tab/buttons.js index 4a03c8a531..a9b8a47bfa 100644 --- a/src/sunstone/public/app/tabs/vms-tab/buttons.js +++ b/src/sunstone/public/app/tabs/vms-tab/buttons.js @@ -98,7 +98,7 @@ define(function(require) { "VM.suspend" : { type: text, text: Locale.tr("Suspend") + " " + Tips.html(Locale.tr("Keeps allocated Host resources. The resume operation happens quickly")) + "", - 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") + " " + Tips.html(Locale.tr("Frees Host resources. The resume operation may take long")) + "", - layout: "vmspause_buttons", + layout: "vmsstop_buttons", custom_classes : "state-dependent" }, "VM.reboot" : {