Sha256: 7149e6874ecaf1f56d9d5e57ad405925138ab733e5c78d9cfff3c605d324c778

Contents?: true

Size: 380 Bytes

Versions: 30

Compression:

Stored size: 380 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

30 entries across 30 versions & 1 rubygems

Version Path
foreman_remote_execution-4.5.6 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.5.5 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.5.4 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.7.0 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.5.3 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.5.2 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.5.1 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.6.0 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.5.0 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.4.0 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.3.1 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.3.0 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.2.3 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.2.2 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.2.1 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.2.0 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.1.0 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-3.3.7 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-4.0.0 db/seeds.d/50-notification_blueprints.rb
foreman_remote_execution-3.3.6 db/seeds.d/50-notification_blueprints.rb