Sha256: c820b03258ec54a867f9c9b8c08555981fe33da7600c81991c58086a1dff4125

Contents?: true

Size: 273 Bytes

Versions: 2

Compression:

Stored size: 273 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
machinery-tool-1.14.2 html/partials/compare/service_list.html.haml
machinery-tool-1.14.1 html/partials/compare/service_list.html.haml