Sha256: 29826eb32b09de1df7293f60169b8d1f7e72b04875e0047f30ef46d22c653193
Contents?: true
Size: 731 Bytes
Versions: 12
Compression:
Stored size: 731 Bytes
Contents
%table.table.table-stripped %caption= h(t('runit.services.table.caption')) %thead %tr %th= h(t('runit.services.table.headers.pid')) %th= h(t('runit.services.table.headers.name')) %th= h(t('runit.services.table.headers.started_at')) %th= h(t('runit.services.table.headers.uptime')) %th= h(t('runit.services.table.headers.stat')) %th= h(t('runit.services.table.headers.actions')) %th= h(t('runit.services.table.headers.log_file')) %tfoot %tr %td{:colspan=>7}= t('runit.services.table.footer', :time => h(Time.now.utc)) %tbody = partial(:service_info, :collection => service_infos) %ul - files_to_view.each do |f| %li %a{:href=>"/view?file=#{f}"}= h(f)
Version data entries
12 entries across 12 versions & 1 rubygems