Skip to content

Commit

Permalink
Merge pull request #453 from romanblanco/instance_retire_button
Browse files Browse the repository at this point in the history
Remove disabling of 'instance_retire' button
  • Loading branch information
mzazrivec committed Feb 23, 2017
2 parents b20f719 + 032a5a7 commit 7e40253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ class ApplicationHelper::Toolbar::OpenstackVmCloudCenter < ApplicationHelper::To
:instance_retire,
'fa fa-clock-o fa-lg',
N_('Set Retirement Dates for this Instance'),
N_('Set Retirement Date'),
:klass => ApplicationHelper::Button::InstanceRetire),
N_('Set Retirement Date')),
button(
:instance_retire_now,
'fa fa-clock-o fa-lg',
Expand Down
3 changes: 1 addition & 2 deletions app/helpers/application_helper/toolbar/x_vm_cloud_center.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ class ApplicationHelper::Toolbar::XVmCloudCenter < ApplicationHelper::Toolbar::B
:instance_retire,
'fa fa-clock-o fa-lg',
N_('Set Retirement Dates for this Instance'),
N_('Set Retirement Date'),
:klass => ApplicationHelper::Button::InstanceRetire),
N_('Set Retirement Date')),
button(
:instance_retire_now,
'fa fa-clock-o fa-lg',
Expand Down

0 comments on commit 7e40253

Please sign in to comment.