%! from crab import CrabStatus from crab.util.web import abbr scripts = ["jobevents"] %> <%inherit file="base.html"/> <%block name="links"> ${info['host'] | h} ${info['user'] | h} % if info['crabid'] is not None: ${info['crabid'] | h} % else: ${info['command'] | abbr} % endif %block>
| Job ID | ${info["crabid"] | h} | |
|---|---|---|
| Command | ${info["command"] | h} | |
| Schedule | % if info["time"] != None:${info["time"] | h} | % else:Unknown | % endif
| Time zone | ${info["timezone"] | h} | |
| Installed | ${info["installed"] | h} | |
| Deleted | ${info["deleted"] | h} | |
| Grace period | ${config["graceperiod"] | h} minutes | |
| Time-out | ${config["timeout"] | h} minutes | |
| Notifications | ${len(notification)} explicit % if len(notification) == 1: notification % else: notifications % endif |
Edit configuration. Edit notifications.
% if not CrabStatus.is_ok(status['status']):Clear status. (${CrabStatus.get_name(status['status']) | h})
% endif| Status | Date and Time | Command | Duration |
|---|