You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
Human readable schedule under glyphicon
This commit is contained in:
@@ -82,8 +82,14 @@
|
||||
<% } %>
|
||||
</td>
|
||||
<td><%= crontab.command %></td>
|
||||
<td><span style="cursor:pointer" data-toggle="tooltip" data-placement="bottom" title="<%= crontab
|
||||
.next %>"><%= crontab.schedule %><br><%= crontab.human %></span></td>
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user