Skip to content

Commit

Permalink
Remove VM Transform buttons
Browse files Browse the repository at this point in the history
Remove 'Transform tagged VMs to RHV' and 'Transform this VM to RHV' from
the toolbar.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1585452
smelamud committed Jul 23, 2018
1 parent e56d1af commit d399002
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions app/helpers/application_helper/toolbar/vm_infras_center.rb
Original file line number Diff line number Diff line change
@@ -189,13 +189,6 @@ class ApplicationHelper::Toolbar::VmInfrasCenter < ApplicationHelper::Toolbar::B
:enabled => false,
:onwhen => "1+",
:klass => ApplicationHelper::Button::BasicImage),
button(
:vm_transform_mass,
'fa fa-random fa-lg',
t = N_('Transform tagged VMs to RHV'),
t,
:klass => ApplicationHelper::Button::MassTransformVmButton
),
button(
:vm_retire,
'fa fa-clock-o fa-lg',
7 changes: 0 additions & 7 deletions app/helpers/application_helper/toolbar/x_vm_center.rb
Original file line number Diff line number Diff line change
@@ -128,13 +128,6 @@ class ApplicationHelper::Toolbar::XVmCenter < ApplicationHelper::Toolbar::Basic
N_('Migrate this VM'),
:klass => ApplicationHelper::Button::GenericFeatureButton,
:options => {:feature => :migrate}),
button(
:vm_transform,
'fa fa-random fa-lg',
t = N_('Transform this VM to RHV'),
t,
:klass => ApplicationHelper::Button::TransformVmButton
),
button(
:vm_retire,
'fa fa-clock-o fa-lg',

0 comments on commit d399002

Please sign in to comment.