Sha256: 50843270916de3d0de2c209071ad2ce2996fc0fdf2ab8e96d5a52baa0c8b833e
Contents?: true
Size: 904 Bytes
Versions: 18
Compression:
Stored size: 904 Bytes
Contents
<table> <caption><%= h(t.runit.services.table.caption) %></caption> <thead> <tr> <th><%= h(t.runit.services.table.headers.pid) %></th> <th><%= h(t.runit.services.table.headers.name) %></th> <th><%= h(t.runit.services.table.headers.uptime) %></th> <th><%= h(t.runit.services.table.headers.stat) %></th> <th><%= h(t.runit.services.table.headers.actions) %></th> <th><%= h(t.runit.services.table.headers.log_file) %></th> </tr> </thead> <tfoot> <tr> <td colspan="6"><%= t.runit.services.table.footer(h(Time.now.utc)) %></td> </tr> </tfoot> <tbody> <%= partial(:service_info, :collection => service_infos) %> </tbody> </table> <ul> <% files_to_view.each do |f| %> <li><a target="_blank" href="/view?file=<%= h(f) %>"><%= h(f) %></a></li> <% end %> </ul>
Version data entries
18 entries across 18 versions & 1 rubygems