Skip to content

Commit

Permalink
Merge branch 'feature/thomasmeschke/update-default-template'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Meschke committed Sep 12, 2018
2 parents ae7d444 + 4e5ce38 commit 6e9cc01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/template.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
<div class="service-info-container <%= css_class %>">
<span class="service-name"><%= service.name %></span>
<span class="last-response-time"><%= service.last_response_time.to_s %></span>
<span class="request-uri"><a href="<%= service.url %>"><%= service.url %></a></span>
<span class="request-uri"><a target="_blank" href="https://<%= service.url %>:<%= service.port %><%= service.path %>"><%= service.url %></a></span>
</div>
<% end %>
</div>
</body>
</html>
</html>

0 comments on commit 6e9cc01

Please sign in to comment.