<% include navbar %>
<%= db %>
Id
Job
Time
Last Modified
<% var index = 1 %> <% JSON.parse(crontabs).forEach(function(crontab){ %> <% if (!crontab.stopped) { %>
<% } else { %>
<% } %>
<%= index %>. <% index += 1 %> <%= crontab._id %>
<% if (crontab.name) { %>
<% } %>
<%= crontab.command %>
<%= crontab.schedule %>
<%= crontab.timestamp %>
<% }); %>
Restore
Delete
<% include popup.ejs %>