Skip to content

Commit

Permalink
Remove specific button classes from summary view
Browse files Browse the repository at this point in the history
  • Loading branch information
PanSpagetka committed Jan 12, 2017
1 parent a470992 commit b8f7899
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/helpers/application_helper/toolbar/vm_clouds_center.rb
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ class ApplicationHelper::Toolbar::VmCloudsCenter < ApplicationHelper::Toolbar::B
:url_parms => "main_div",
:confirm => N_("Hard Reboot the Guest OS on the selected items?"),
:enabled => false,
:onwhen => "1+",
:klass => ApplicationHelper::Button::InstanceReset),
:onwhen => "1+"),
button(
:instance_terminate,
nil,
Expand Down

0 comments on commit b8f7899

Please sign in to comment.