Sha256: 19229fcfcf1d69d6e2a17a768c4587a2121618a4fb491607fb99913db87bd3b5

Contents?: true

Size: 396 Bytes

Versions: 2

Compression:

Stored size: 396 Bytes

Contents

%h2 #{Kthxbye.working.size} of #{Kthxbye.workers.size} workers active:

%br

- unless Kthxbye.working.empty?
  %table
    %th Worker
    %th Job
    %th Time Started
    - Kthxbye.working.each do |worker,job|
      %tr
        %td #{worker}
        %td #{job['job_id']}
        %td #{job['started']}
- else
  %span{:style => "color:#A6373A"}
    Currently no active workers.

%p
  = toggle_poll

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kthxbye-1.3.2 lib/kthxbye/web_interface/views/working.haml
kthxbye-1.3.0 lib/kthxbye/web_interface/views/working.haml