Sha256: 0a910f95fa0f3ccdca70d28eb06d70cc7cbbf2f770e8a9bd9cfb379087ac9019

Contents?: true

Size: 501 Bytes

Versions: 21

Compression:

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

21 entries across 21 versions & 1 rubygems

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