Sha256: efc1984bb25e16e24fed4f9c08312de92e9eed7286dc8b0db335a39f3c64655f

Contents?: true

Size: 917 Bytes

Versions: 9

Compression:

Stored size: 917 Bytes

Contents

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

  %body

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

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

      .row
        #box-tokens.col-md-6
          = render :dashboard_tokens, {tokens: Conf[:endpoints] || {}}

        #box-workers.col-md-3
          = render :dashboard_workers

        #box-rates.col-md-3
          = render :dashboard_counters
          = render :dashboard_rates

    .footer
      .container-fluid
        = render :dashboard_footer

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.305.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.304.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.302.3 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.302.2 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.302.1 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.302.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.300.3 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.300.2 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.300.1 lib/rest-ftp-daemon/views/dashboard.haml