Commit 5ef7ff2a9bc48c473c16b710a7f0fc2fd1501a35
Exists in
master
and in
1 other branch
Merge pull request #83 from gorenje/master
show app server hostname and release directory
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
app/views/notices/_summary.html.haml
| @@ -19,3 +19,9 @@ | @@ -19,3 +19,9 @@ | ||
| 19 | %tr | 19 | %tr |
| 20 | %th Browser | 20 | %th Browser |
| 21 | %td= user_agent_graph(notice.err) | 21 | %td= user_agent_graph(notice.err) |
| 22 | + %tr | ||
| 23 | + %th App Server | ||
| 24 | + %td= notice.server_environment && notice.server_environment["hostname"] | ||
| 25 | + %tr | ||
| 26 | + %th Rel. Directory | ||
| 27 | + %td= notice.server_environment && notice.server_environment["project-root"] |