Sha256: 5cc7d2853ebb5e49a641cf2a3db24bf38bcccd404584d50e06572ece07e23f0c

Contents?: true

Size: 502 Bytes

Versions: 26

Compression:

Stored size: 502 Bytes

Contents

-# coding: utf-8
%h2 Counters

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

  %thead
    %tr
      %th group
      %th name
      %th.text-right count

  %tbody

    - RestFtpDaemon::Counters.instance.stats.each do |group, values|
      - if values.is_a? Enumerable
        - values.each do |name, value|
          %tr
            %td= group
            %td= name
            %td.text-right= value
      - else
        %tr
          %td
          %td= group
          %td.text-right= values

Version data entries

26 entries across 26 versions & 1 rubygems

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