Sha256: a4ac055ff331be45be5f7f598b66b7062ae737bc760e24823ab94f54a87c053b

Contents?: true

Size: 1013 Bytes

Versions: 7

Compression:

Stored size: 1013 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.started_at')) %></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="7"><%= t('runit.services.table.footer', :time => 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

7 entries across 7 versions & 1 rubygems

Version Path
runit-man-2.0.9 views/_services.erubis
runit-man-2.0.7 views/_services.erubis
runit-man-2.0.6 views/_services.erubis
runit-man-2.0.2 views/_services.erubis
runit-man-2.0.1 views/_services.erubis
runit-man-2.0.0 views/_services.erubis
runit-man-1.11.6 views/_services.erubis