Sha256: 8829e13c5d2c1e6693747433dcecabb8d174b21ca021ef50c59877b5c7b6e2ff

Contents?: true

Size: 376 Bytes

Versions: 40

Compression:

Stored size: 376 Bytes

Contents

blueprints = [
  {
    group: N_('Jobs'),
    name: 'rex_job_succeeded',
    message: N_("A job '%{subject}' has finished successfully"),
    level: 'success',
    actions:
    {
      links:
      [
        path_method: :job_invocation_path,
        title: N_('Job Details')
      ]
    }
  }
]

blueprints.each { |blueprint| UINotifications::Seed.new(blueprint).configure }

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
foreman_remote_execution-2.0.10 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-2.0.9 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-2.0.8 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-3.0.3 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-3.0.2 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-2.0.7 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-3.0.1 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-3.0.0 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-2.0.6 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-2.0.5 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-2.0.4 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-2.0.3 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-2.0.2 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-2.0.1 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-2.0.0 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-1.8.4 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-1.8.3 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-1.8.2 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-1.8.1 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-1.8.0 db/seeds.d/50-notification_blueprints.rb