runit-man 1.7.1 → 1.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/views/_service_info.erb +1 -1
- metadata +2 -2
data/views/_service_info.erb
CHANGED
@@ -4,7 +4,7 @@ need_second_row = !service_info.files_to_view.empty? || !service_info.urls_to_vi
|
|
4
4
|
<tr class="<%= even_or_odd ? 'even' : 'odd' %>">
|
5
5
|
<td<%= need_second_row ? ' rowspan="2"' : '' %>><%= h(service_info.pid) %></td>
|
6
6
|
<th scope="row"><%= h(service_info.name) %></th>
|
7
|
-
<td><%=
|
7
|
+
<td><%= service_info.uptime ? ('%.2f' % service_info.uptime) : '' %></td>
|
8
8
|
<td><%= stat_subst(service_info.stat) %></td>
|
9
9
|
<td>
|
10
10
|
<% if service_info.active? %>
|