Sha256: 23c960afe29885ca56085569ed45685c6d20060cbc71a406b5e2f3478469f3e9
Contents?: true
Size: 775 Bytes
Versions: 2
Compression:
Stored size: 775 Bytes
Contents
- if services %div %a.scope_anchor{ id: "services" } .scope#services_container - count = services.services.length = render_partial "scope_header", :scope => "services", :title => "Services", :count => "#{count} #{Machinery.pluralize(count, "service")}" .row.scope_content.collapse.in .col-xs-1 .col-xs-11 %table.table.table-striped.table-hover.table-condensed.filterable %thead %tr %th Name %th State %tbody - services.services.each do |service| %tr %td= service.name %td{ class: "#{services.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/services.html.haml |
machinery-tool-1.14.1 | html/partials/services.html.haml |