%! 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 | |
Success pattern | ${config["success_pattern"] | h} | |
Warning pattern | ${config["warning_pattern"] | h} | |
Failure pattern | ${config["fail_pattern"] | h} |
Edit configuration. Edit notifications.
% if status['status'] is not None and not CrabStatus.is_ok(status['status']):Clear status. (${CrabStatus.get_name(status['status']) | h})
% endif % if config is not None and config['inhibit']: % endif % if config is not None: % if config["note"] is not None:Status | Date and Time | Command | Duration |
---|