%! import pytz from crab.util.string import mergelines from crab.util.web import abbr scripts = ["editnotify"] %> <%inherit file="base.html"/> <%block name="links"> % if not match_mode: ${info['host'] | h} ${info['user'] | h} % if info['crabid'] is not None: ${info['crabid'] | h} % else: ${info['command'] | abbr} % endif % endif notifications %block> <%def name="notifyrow(n)" filter="mergelines"> <% nid = n['notifyid'] %>
This page allows notifications to be configured by host name and/or by user name. If the host or user box is left blank, then the notifications will apply to all entries for that parameter.
Notifications also can be attached to specific jobs by navigating to each job's information page.
% else:This page allows notifications to be attached to this specific job.
Notifications can also be configured by host name and/or by user name on the host/user notifications page.
% endif % if match_mode: