module ForemanInventoryUpload::Notifications::ManifestImportSuccessNotificationOverride
Public Instance Methods
actions()
click to toggle source
# 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