[% IF NOT results.size %]
| Backend | Action | Device | Submitted By | Status | Duration | Details | Cancel | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [% row.backend | html_entity %] | [% FOREACH word IN row.action.split('_') %] [% word.ucfirst | html_entity %] [% END %] | [% IF row.action == 'discover' AND row.status == 'error' %] [% row.device | html_entity %] [% ELSE %] [% row.target.dns || row.device | html_entity %] [% END %] | [% row.username | html_entity %][% IF (row.status == 'queued' AND row.backend != '') %] | Running[% ELSE %] | [% row.status.ucfirst | html_entity %][% END %] | [% row.duration | html_entity %] | |||||||||||||||||||
| 
 | |||||||||||||||||||||||||