Skip to content

Commit

Permalink
Remove tagging menu for Inventory Manager List until it's product fea…
Browse files Browse the repository at this point in the history
…ture is added
  • Loading branch information
lgalis committed Nov 20, 2017
1 parent f11ab43 commit e38fa67
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,4 @@ class ApplicationHelper::Toolbar::AutomationManagerProviderCenter < ApplicationH
]
),
])
button_group('automation_manager_policy', [
select(
:automation_manager_policy_choice,
'fa fa-shield fa-lg',
t = N_('Policy'),
t,
:items => [
button(
:automation_manager_provider_tag,
'pficon pficon-edit fa-lg',
N_('Edit Tags for this Ansible Tower Providers'),
N_('Edit Tags'))
]
)
])
end

0 comments on commit e38fa67

Please sign in to comment.