Sha256: 53a3063049f62348edcd72bb4ef37b1d73f66493761e6d4f07625363d1b520e0

Contents?: true

Size: 471 Bytes

Versions: 2

Compression:

Stored size: 471 Bytes

Contents

%ol.breadcrumb
  %li.active Home

%h3 Running Jobs
%table.table#job_list
  %tr
    %th Job
    %th Last performed at
    %th
    %th
  - @jobs.each do |job|
    %tr
      %td= job.job_id
      %td= job.last_performed_at || '-'
      %td
        - if job.healthy == false
          %a{ href: url("/job/#{job.id}") }
            %span.label.label-danger Error
      %td
        %a{ href: url("/job/#{job.id}") }
          Log
          %span.glyphicon.glyphicon-menu-right

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
crono-0.8.1 web/views/dashboard.haml
crono-0.8.0 web/views/dashboard.haml