ManageIQ/manageiq-ui-classic

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

Summary

Maintainability
A
0 mins
Test Coverage
class ApplicationHelper::Toolbar::IsoImageCenter < ApplicationHelper::Toolbar::Basic
  button_group('iso_image_vmdb', [
    select(
      :iso_image_vmdb_choice,
      nil,
      t = N_('Configuration'),
      t,
      :items => [
        button(
          :iso_image_edit,
          'pficon pficon-edit fa-lg',
          t = N_('Edit this ISO Image'),
          t),
      ]
    ),
  ])
end