Skip to content

Commit

Permalink
Remove instance retire class from summary view
Browse files Browse the repository at this point in the history
  • Loading branch information
PanSpagetka committed Jan 17, 2017
1 parent a470992 commit 404540c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/helpers/application_helper/toolbar/vm_clouds_center.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ class ApplicationHelper::Toolbar::VmCloudsCenter < ApplicationHelper::Toolbar::B
N_('Set Retirement Dates'),
:url_parms => "main_div",
:enabled => false,
:onwhen => "1+",
:klass => ApplicationHelper::Button::InstanceRetire),
:onwhen => "1+"),
button(
:instance_retire_now,
'fa fa-clock-o fa-lg',
Expand All @@ -152,8 +151,7 @@ class ApplicationHelper::Toolbar::VmCloudsCenter < ApplicationHelper::Toolbar::B
:url_parms => "main_div",
:confirm => N_("Retire the selected items?"),
:enabled => false,
:onwhen => "1+",
:klass => ApplicationHelper::Button::InstanceRetire),
:onwhen => "1+"),
button(
:instance_live_migrate,
'product product-migrate fa-lg',
Expand Down Expand Up @@ -272,8 +270,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 404540c

Please sign in to comment.