Human readable schedule under glyphicon

pull/181/head
alse 3 years ago
parent 10cf05ca2d
commit 9b7989e86e

@ -82,8 +82,14 @@
<% } %> <% } %>
</td> </td>
<td><%= crontab.command %></td> <td><%= crontab.command %></td>
<td><span style="cursor:pointer" data-toggle="tooltip" data-placement="bottom" title="<%= crontab <td>
.next %>"><%= crontab.schedule %><br><%= crontab.human %></span></td> <span style="cursor:pointer" data-toggle="tooltip" data-placement="bottom" title="<%= crontab.next %>">
<%= crontab.schedule %>
</span>
<a class="btn" data-toggle="tooltip" data-placement="right" title="<%= crontab.human %>">
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
</a>
</td>
<td style="width:20%" title="<%= crontab.timestamp %>"><%= moment(new Date(crontab.timestamp)).fromNow() %></td> <td style="width:20%" title="<%= crontab.timestamp %>"><%= moment(new Date(crontab.timestamp)).fromNow() %></td>
<td> <td>

Loading…
Cancel
Save