<% } %>
<%= index %>.
<% index += 1 %>
<% if (crontab.name) { %>
<%= crontab.name %>
<% } else { %>
<%= crontab._id %>
<% } %>
|
<% if(crontab.command_template && templatesById[crontab.command_template]) { %>
<%= templatesById[crontab.command_template].name %>
<% } else { %>
<%= crontab.command %>
<% } %>
|
<%= crontab.schedule %> |
<%= moment(new Date(crontab.timestamp)).fromNow() %> |
<% if (!crontab.stopped) { %>
<% if (crontab.logging && crontab.logging != "false") {%>
<% } %>
Edit
Stop
<% } else { %>
Start
<% } %>
|
<% }); %>