Sha256: ff0faa0f7fe06f4a4864acd9cc1dec4a3d63ed74f28d3297b472c831d4b3f6a2

Contents?: true

Size: 607 Bytes

Versions: 21

Compression:

Stored size: 607 Bytes

Contents

-# coding: utf-8

- groups = {pool: "pool", targethost: "target"}


%h2 Transfer rates


- groups.each do |group_by, group_title|
  - rates_by_status = RestFtpDaemon::JobQueue.instance.rate_by(group_by)

  %table.table.table-striped.table-hover.table-condensed

    %thead
      %tr
        %th= "by #{group_title}"
        %th.text-right bitrate

    %tbody
      - rates_by_status.each do |group, rate|
        - next if group.nil?
        - trclass = (rate.nil? ? "" : "info")

        %tr{class: trclass}
          %td
            = group
          %td.text-right
            = format_bytes(rate, "bps")

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rest-ftp-daemon-1.1.1 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.1.0 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.15 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.14 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.13 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.12 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.11 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.10 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.9 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.8 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.7 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.6 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.5 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.4 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.3 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.2 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-1.0.1 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.502.2 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.502.1 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.502.0 lib/rest-ftp-daemon/views/dashboard_rates.haml