Sha256: a09a5a7e651fe932dbf241950f06d06d6d1155912a57251109983c385d6785a1
Contents?: true
Size: 729 Bytes
Versions: 23
Compression:
Stored size: 729 Bytes
Contents
%table %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{:target=>"_blank", :href=>"/view?file=#{f}"}= h(f)
Version data entries
23 entries across 23 versions & 1 rubygems