Sha256: c010d817b7980bb9016dc1e9d55104f8b2366f5c3244561125d96ab10db7a012

Contents?: true

Size: 966 Bytes

Versions: 9

Compression:

Stored size: 966 Bytes

Contents

- title t('.title')
.card
  .card-body
    .table-responsive.text-nowrap
      %table.table.card-table.border.table-striped
        %thead
          %tr
            %th Host
            %th State
            %th Last Check In
            %th Actions
        %tbody.table-border-bottom-0
          - Cron::Server.each do |server|
            %tr
              %td=[server.host_name, server.pid].join(':')
              %td.align-content-center
                - if server.alive?
                  = remix_icon('heart-2', type: :fill)
                - if server.alive?
                  = remix_icon('router', type: :fill)
              %td= current_user.local_time(server.last_check_in_at)
              %td
                =dropdown_menu do
                  - if server.primary?
                    =demote_dropdown_item(server, demote_cron_server_path(server))
                  - else
                    =delete_dropdown_item(server, cron_server_path(server))

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
web47core-3.2.20 app/views/cron_servers/index.html.haml
web47core-3.2.19 app/views/cron_servers/index.html.haml
web47core-3.2.18 app/views/cron_servers/index.html.haml
web47core-3.2.17 app/views/cron_servers/index.html.haml
web47core-3.2.16 app/views/cron_servers/index.html.haml
web47core-3.2.15 app/views/cron_servers/index.html.haml
web47core-3.2.14 app/views/cron_servers/index.html.haml
web47core-3.2.13 app/views/cron_servers/index.html.haml
web47core-3.2.12 app/views/cron_servers/index.html.haml