Commit 476ff680e7a4fc786b45cfafc4bd16b16965934c
1 parent
98a34084
Exists in
master
and in
1 other branch
show the application server hostname and the release directory
On branch: master
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
app/views/notices/_summary.html.haml
| ... | ... | @@ -19,3 +19,9 @@ |
| 19 | 19 | %tr |
| 20 | 20 | %th Browser |
| 21 | 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"] | ... | ... |