Sha256: 2f42388702197ddb67ffce2f3e5795295a4f446a4b7de60f267071dec2e2591a
Contents?: true
Size: 497 Bytes
Versions: 16
Compression:
Stored size: 497 Bytes
Contents
=link_to 'Add new check', new_check_path = render partial: 'failures_list', locals: { criticals: @criticals, show_group: true } #checks{ data: :no_turbolink } - @group.each do |group| %h3=group.name %table.table.check_list %colgroup %col{ width: '10%'} %col{ width: '80%'} %col{ width: '5%'} %col{ width: '5%'} - group.checks.each do |check| = render partial: '/my_nagios/checks/check_row', locals: { check: check, run_now: true }
Version data entries
16 entries across 16 versions & 1 rubygems