Sha256: 80d745dd9d8e9dd658958bde97e9d26e938e92aac8f6f6a339812b3f83a2033d

Contents?: true

Size: 889 Bytes

Versions: 11

Compression:

Stored size: 889 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
        = render :dashboard_header


    .container-fluid

      %br

      .row
        #box-jobs.col-md-12
          = 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


    .footer
      .container-fluid
        = render :dashboard_footer

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.240.2 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.240.1 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.240.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.231.1 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.231.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.230.3 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.230.2 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.230.1 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.230.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.222.0 lib/rest-ftp-daemon/views/dashboard.haml
rest-ftp-daemon-0.221.2 lib/rest-ftp-daemon/views/dashboard.haml