ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/application_helper/toolbar/automation_manager_configured_system_center.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ApplicationHelper::Toolbar::AutomationManagerConfiguredSystemCenter < ApplicationHelper::Toolbar::Basic
  button_group('configured_system_policy', [
    select(
      :automation_manager_configured_system_policy_choice,
      nil,
      t = N_('Policy'),
      t,
      :items => [
        button(
          :automation_manager_configured_system_tag,
          'pficon pficon-edit fa-lg',
          N_('Edit Tags for this Configured System'),
          N_('Edit Tags')),
      ]
    ),
  ])
end