%! from crab import CrabStatus from crab.util.web import abbr scripts = ['ansi_up', 'coloroutput'] %> <%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 output %block>
% if prev: Previous % endif % if next: Next Last % endif
% endifDate and Time | ${finish['datetime'] | h} |
---|---|
Command | ${finish['command'] | h} |
Status | ${CrabStatus.get_name(finish['status']) | h} |
Standard output | ${stdout.strip() | h} |
Standard error | ${stderr.strip() | h} |