Sha256: bce14ddb6ff4ed0e3609531b0e26e915584d1ab90efb6014a09687b506c18bdc
Contents?: true
Size: 904 Bytes
Versions: 4
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="5"><%= 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
runit-man-1.7.3 | views/_services.erb |
runit-man-1.7.2 | views/_services.erb |
runit-man-1.7.1 | views/_services.erb |
runit-man-1.7.0 | views/_services.erb |