%! from crab.util.string import alphanum from crab.util.web import abbr scripts = ['crontabs'] %> <%inherit file="base.html"/> <%block name="links"> % if user is not None: ${user | h} % elif host is not None: ${host | h} % endif %block> % for (key, joblist) in sorted(jobs.items()):
Time | Job ID | Command |
---|---|---|
% if hasDeleted: Show deleted. Hide deleted. % endif % if raw[key] is not None: Show raw crontab. Hide raw crontab. % endif
% if raw[key] is not None:% for line in raw[key]: ${line | h} % endfor% endif % endfor
Show all tables. Hide all tables. Show all raw crontabs. Hide all raw crontabs.