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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user