<%! 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

Job Information

% if info["crabid"] != None: % endif % if info["time"] != None: % else: % endif % if info["timezone"] != None: % endif % if info["installed"] != None: % endif % if info["deleted"] != None: % endif % if config is not None: % if config['graceperiod'] is not None: % endif % if config['timeout'] is not None: % endif % endif % if notification is not None and len(notification): % endif
Job ID ${info["crabid"] | h}
Command ${info["command"] | h}
Schedule${info["time"] | h}Unknown
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

Job History

    Show all     Previous Last

<%include file="jobevents.html" />
Status Date and Time Command Duration