Skip to content

Commit

Permalink
Merge pull request #1020 from jzigmund/bz1440108-fix_tagging_storage_…
Browse files Browse the repository at this point in the history
…managers

Rename button IDs according the controller_name(s) in which are used
(cherry picked from commit 111fd31)

https://bugzilla.redhat.com/show_bug.cgi?id=1445008
  • Loading branch information
Dan Clarizio authored and simaishi committed Apr 24, 2017
1 parent 2c3d8cf commit 9294d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ class ApplicationHelper::Toolbar::EmsBlockStoragesCenter < ApplicationHelper::To
:onwhen => "1+",
:items => [
button(
:ems_storage_protect,
:ems_block_storage_protect,
'pficon pficon-edit fa-lg',
N_('Manage Policies for the selected Block Storage Managers'),
N_('Manage Policies'),
:url_parms => "main_div",
:enabled => false,
:onwhen => "1+"),
button(
:ems_storage_tag,
:ems_block_storage_tag,
'pficon pficon-edit fa-lg',
N_('Edit Tags for the selected Block Storage Managers'),
N_('Edit Tags'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ class ApplicationHelper::Toolbar::EmsObjectStoragesCenter < ApplicationHelper::T
:onwhen => "1+",
:items => [
button(
:ems_storage_protect,
:ems_object_storage_protect,
'pficon pficon-edit fa-lg',
N_('Manage Policies for the selected Object Storage Managers'),
N_('Manage Policies'),
:url_parms => "main_div",
:enabled => false,
:onwhen => "1+"),
button(
:ems_storage_tag,
:ems_object_storage_tag,
'pficon pficon-edit fa-lg',
N_('Edit Tags for the selected Object Storage Managers'),
N_('Edit Tags'),
Expand Down

0 comments on commit 9294d2c

Please sign in to comment.