Sha256: 4526d9076624d34091fcad2310f0eb31431c0c2e7477dbb8565f4833e0620f7c

Contents?: true

Size: 956 Bytes

Versions: 6

Compression:

Stored size: 956 Bytes

Contents

!!! 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="#{Settings.host} [#{Settings.namespace}] #{APP_NAME}"

  %body

    .navbar.navbar-default.navbar-fixed
      .container-fluid

        .navbar-header
          %h1
            = APP_NAME
            %small
              = "v#{APP_VER}"
              = "[#{Settings.namespace}]"


    .container-fluid

      = render :dashboard_headers

      %br
      %br
      %br

      = render :dashboard_jobs

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

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

        #box-counters.col-md-3
          = render :dashboard_counters

      %br

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.220.4 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.220.3 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.220.1 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.220.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.214.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.213.0 lib/rest-ftp-daemon/views/dashboard.haml