Sha256: e740d0032e1a466253eb4e6e49a63f2be6b765126e37eb547ad7f455610a7578

Contents?: true

Size: 926 Bytes

Versions: 21

Compression:

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

    %br
    %br

    .footer
      .container-fluid
        = render :dashboard_footer

Version data entries

21 entries across 21 versions & 1 rubygems

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