{{message}}
8 | -------------------------------------------------------------------------------- /tests/testing/viewer/views/index.tpl: -------------------------------------------------------------------------------- 1 | % rebase('base', title='Home') 2 | 3 | % include('snippets/nav', nav=nav) 4 | 5 |No runs found.
23 | % else: 24 |Run | 28 |Date | 29 | % for tag in run_tags: 30 |{{tag_titles[tag]}} | 31 | % end 32 |Duration | 33 |Result | 34 |
---|---|---|---|---|
{{run['run_dir']}} | 40 |{{format_date(run['date'])}} | 41 | % for tag in run_tags: 42 |{{run['run_tags'][tag]}} | 43 | % end 44 |{{format_duration(run['duration'])}} | 45 |46 | % include('snippets/result', result=run['result']) 47 | | 48 |