Sha256: ab9e49456abd9238c6e0cc3eebd7c05e91ec87a6a3dcf9f9f17be919f4d4d615

Contents?: true

Size: 994 Bytes

Versions: 3

Compression:

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

      .row
        #box-jobs.col-md-12
          = render :dashboard_jobs, {jobs: jobs, only: only}

      .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

3 entries across 3 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.202.2 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.202.1 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.202 lib/rest-ftp-daemon/views/dashboard.haml