Commit d29839ea by Spencer Gibb

Merge pull request #555 from sfat/patch-1

Clicking running instances in eureka admin page
parents d1cb4294 60b437e2
......@@ -51,7 +51,7 @@
</#if>
<#list instanceInfo.instances as instance>
<#if instance.isHref>
<a href="${instance.url}">${instance.id}</a>
<a href="${instance.url}" target="_blank">${instance.id}</a>
<#else>
${instance.id}
</#if><#if instance_has_next>,</#if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment