Sha256: c09f1351774462b832ba720deb9e9f86987e7b5e642ad9e1c2d33d59fbd1c38a

Contents?: true

Size: 910 Bytes

Versions: 13

Compression:

Stored size: 910 Bytes

Contents

- title = "#{Conf.host} [#{Conf.app_env}] #{Conf.app_name} #{Conf.app_ver}"

-# coding: utf-8
!!! 5
%html{:lang => "en"}
  %head
    %meta{:charset => "utf-8"}/
    %link{ href:"/css/bootstrap.min.css" , rel: "stylesheet"}
    %link{ href:"/css/main.css" , rel: "stylesheet"}
    -# %link{ href:"http://fonts.googleapis.com/css?family=Inconsolata:400,700" , rel: "stylesheet"}
    %title= title

  %body

    .navbar.navbar-default.navbar-fixed
      .container-fluid
        = render :dashboard_header

    .container-fluid
      .row
        .col-md-12
          = render :dashboard_jobs

      .row
        .col-md-5
          = render :dashboard_workers

        .col-md-4
          = render :dashboard_counters

        .col-md-3
          = render :dashboard_rates

      .row
        .col-md-12
          = render :dashboard_tokens

    .footer
      .container-fluid
        = render :dashboard_footer

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.423.2 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.423.1 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.423.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.422.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.421.1 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.421.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.420.2 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.420.1 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.410.5 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.410.4 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.410.2 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.410.1 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.410.0.pre.1 lib/rest-ftp-daemon/views/dashboard.haml