Module: ForemanInventoryUpload::Notifications::ManifestImportSuccessNotificationOverride
- Extended by:
 - ActiveSupport::Concern
 
- Defined in:
 - lib/foreman_inventory_upload/notifications/manifest_import_success_notification_override.rb
 
Instance Method Summary collapse
Instance Method Details
#actions ⇒ Object
      6 7 8 9 10 11 12 13 14 15 16  | 
    
      # File 'lib/foreman_inventory_upload/notifications/manifest_import_success_notification_override.rb', line 6 def actions { :links => [ { :href => Rails.application.routes.url_helpers.foreman_rh_cloud_inventory_upload_path, :title => _('Enable inventory upload'), :external => false, }, ], } end  |