Skip to content

Commit

Permalink
B #5326: Suspend and Stop action in power buttons (#1083)
Browse files Browse the repository at this point in the history
Signed-off-by: Frederick Borges <[email protected]>
(cherry picked from commit 8c7a8ef)
  • Loading branch information
Frederick Borges authored and rsmontero committed Apr 14, 2021
1 parent 0ca3300 commit c4443ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sunstone/public/app/tabs/vms-tab/buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand All @@ -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" : {
Expand Down

0 comments on commit c4443ab

Please sign in to comment.