Update eureka admin page
When click one of the up and running instances this should open the actual instance in separate tab
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user