Sha256: 96e2f4b18e6b55e2d361ae2ce6a3313acda9086b27605e2f109ae6f868bf7d49
Contents?: true
Size: 687 Bytes
Versions: 24
Compression:
Stored size: 687 Bytes
Contents
blueprints = [ { group: N_('Tasks'), name: 'tasks_paused_admin', message: "DYNAMIC", level: 'warning', actions: { links: [ href: "/foreman_tasks/tasks?search=#{CGI.escape('state=paused')}", title: N_('List of tasks') ] } }, { group: N_('Tasks'), name: 'tasks_paused_owner', message: "The task '%{subject}' got paused", level: 'warning', actions: { links: [ path_method: :foreman_tasks_task_path, title: N_('Task Details') ] } } ] blueprints.each { |blueprint| UINotifications::Seed.new(blueprint).configure }
Version data entries
24 entries across 24 versions & 1 rubygems