Sha256: 673f9679b70f4c8bc328a8a7a3e1e20bccada7971dbe5300a4c3efc20e3bbfa4

Contents?: true

Size: 271 Bytes

Versions: 13

Compression:

Stored size: 271 Bytes

Contents

%table.table.table-striped.table-hover.table-condensed
  %thead
    %tr
      %th Name
      %th.medium State
  %tbody
    - list.each do |service|
      %tr
        %td= service.name
        %td{ class: "#{list.init_system}_#{service.state}" }
          = service.state

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 html/partials/compare/service_list.html.haml
machinery-tool-1.24.0 html/partials/compare/service_list.html.haml
machinery-tool-1.23.1 html/partials/compare/service_list.html.haml
machinery-tool-1.23.0 html/partials/compare/service_list.html.haml
machinery-tool-1.22.3 html/partials/compare/service_list.html.haml
machinery-tool-1.22.2 html/partials/compare/service_list.html.haml
machinery-tool-1.22.1 html/partials/compare/service_list.html.haml
machinery-tool-1.22.0 html/partials/compare/service_list.html.haml
machinery-tool-1.21.0 html/partials/compare/service_list.html.haml
machinery-tool-1.20.0 html/partials/compare/service_list.html.haml
machinery-tool-1.19.0 html/partials/compare/service_list.html.haml
machinery-tool-1.18.0 html/partials/compare/service_list.html.haml
machinery-tool-1.17.0 html/partials/compare/service_list.html.haml