Sha256: 4739d7ab17ee4fae78e7a4895ef9d9f482d60fcceba2c271182de380c6703326
Contents?: true
Size: 706 Bytes
Versions: 11
Compression:
Stored size: 706 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.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>
Version data entries
11 entries across 11 versions & 1 rubygems