Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working on #151 #243

Merged
merged 1 commit into from Jul 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/templates/runs/paginated-list.twig
Expand Up @@ -55,7 +55,7 @@
</a>
</td>
<td>
{% set addr = result.meta.url %}
{% set addr = result.meta('SERVER.SERVER_NAME') ~ result.meta.url %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't this be the server that xhgui is running on? That isn't necessarily the same server/host that the profile data was collected from.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I saw show the right domain and not the server one.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. I misread the code earlier.

{{ helpers.tip_link(
addr,
50,
Expand Down