Correct path to magnfiying glass

It still isn't actually used (and would only be used on a link to
a non-existent JSP page), but at least it can render now.

See gh-628
This commit is contained in:
Dave Syer
2015-11-09 14:56:36 +00:00
parent 88cbeb015a
commit 98d76dfe8c

View File

@@ -13,7 +13,7 @@
<% if(includeDetailIcon) { %>
<p class="name" <%= toolTip %> style="padding-right:16px">
<%= displayName %>
<a href="../dependencies/command.jsp?name=<%= name %>"><img src="../components/hystrixCommand/magnifying-glass-icon-20.png" height="14px" width="14px" border="0" style="position: absolute; right:0px;"></a>
<a href="../dependencies/command.jsp?name=<%= name %>"><img src="components/hystrixCommand/magnifying-glass-icon-20.png" height="14px" width="14px" border="0" style="position: absolute; right:0px;"></a>
</p>
<% } else { %>
<p class="name" <%= toolTip %>><%= displayName %></p>