Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
60b437e2
Commit
60b437e2
authored
Sep 25, 2015
by
Andrei Sfat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update eureka admin page
When click one of the up and running instances this should open the actual instance in separate tab
parent
d1cb4294
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
status.ftl
...eka-server/src/main/resources/templates/eureka/status.ftl
+1
-1
No files found.
spring-cloud-netflix-eureka-server/src/main/resources/templates/eureka/status.ftl
View file @
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment