Sha256: 917f2347ed406e980743e6731bd03e06ba3fb47591240eb2d3fa31a474aacd03

Contents?: true

Size: 213 Bytes

Versions: 7

Compression:

Stored size: 213 Bytes

Contents

# frozen_string_literal: true

module ForemanSnapshotManagement
  module HostsHelperExtension
    def multiple_actions
      super + [[_('Create Snapshot'), select_multiple_host_snapshots_path]]
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman_snapshot_management-2.0.3 app/helpers/concerns/foreman_snapshot_management/hosts_helper_extension.rb
foreman_snapshot_management-2.0.2 app/helpers/concerns/foreman_snapshot_management/hosts_helper_extension.rb
foreman_snapshot_management-2.0.1 app/helpers/concerns/foreman_snapshot_management/hosts_helper_extension.rb
foreman_snapshot_management-2.0.0 app/helpers/concerns/foreman_snapshot_management/hosts_helper_extension.rb
foreman_snapshot_management-1.7.1 app/helpers/concerns/foreman_snapshot_management/hosts_helper_extension.rb
foreman_snapshot_management-1.7.0 app/helpers/concerns/foreman_snapshot_management/hosts_helper_extension.rb
foreman_snapshot_management-1.6.1 app/helpers/concerns/foreman_snapshot_management/hosts_helper_extension.rb