Skip to content

Commit

Permalink
Merge pull request #403 from perftools/waterfall-hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Dec 25, 2020
2 parents 080cd19 + 63a8ff1 commit 0881f3a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion templates/waterfall/list.twig
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,15 @@
{{result.meta('SERVER.REQUEST_METHOD')}}
</a>
</td>
<td><a href="{{ url('url.view', {'url': result.meta.url}) }}">{{ result.meta.url }}</a></td>
<td>
{% set addr = result.meta('SERVER.SERVER_NAME') ~ result.meta.url %}
{{ helpers.tip_link(
addr,
50,
'url.view',
{'url': result.meta.url}
) }}
</td>
<td><a href="{{ url('run.view', {'id': result.id|trim }) }}">{{ result.date|date(date_format) }}</a></td>
<td class="right">{{ result.get('main()', 'wt') |as_time }}</td>
<td class="right">{{ result.get('main()', 'cpu') |as_time }}</td>
Expand Down

0 comments on commit 0881f3a

Please sign in to comment.