Sha256: 593bd497bf94d2007f39d7a41e8665d20b7a3325acd7911c5a4111ddb696ae57

Contents?: true

Size: 608 Bytes

Versions: 26

Compression:

Stored size: 608 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

26 entries across 26 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.435.2 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.435.1 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.435.0 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.434.0 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.433.0 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.432.0 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.430.1 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.430.0 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.424.3 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.424.2 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.424.0 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.423.3 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.423.2 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.423.1 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.423.0 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.422.0 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.421.1 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.421.0 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.420.2 lib/rest-ftp-daemon/views/dashboard_rates.haml
rest-ftp-daemon-0.420.1 lib/rest-ftp-daemon/views/dashboard_rates.haml