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
91c9ab1d
Commit
91c9ab1d
authored
Sep 16, 2014
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ftl templates a bit (fixes gh-7)
parent
9c2679d4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lastn.ftl
...reka-server/src/main/resources/templates/eureka/lastn.ftl
+1
-1
navbar.ftl
...eka-server/src/main/resources/templates/eureka/navbar.ftl
+3
-3
No files found.
spring-cloud-netflix-eureka-server/src/main/resources/templates/eureka/lastn.ftl
View file @
91c9ab1d
...
...
@@ -5,7 +5,7 @@
<!--[if gt IE 8]><!-->
<html
class=
"no-js"
>
<!--<![endif]-->
<head>
<title>
Eureka - Last N events
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/
wro
/wro.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/
eureka
/wro.css"
>
</head>
<body
id=
"three"
>
...
...
spring-cloud-netflix-eureka-server/src/main/resources/templates/eureka/navbar.ftl
View file @
91c9ab1d
...
...
@@ -5,15 +5,15 @@
<#if amazonInfo??>
<tr>
<td>EUREKA SERVER</td>
<td>AMI: ${amiId}</td>
<td>AMI: ${amiId
!
}</td>
</tr>
<tr>
<td>Zone</td>
<td>${availabilityZone}</td>
<td>${availabilityZone
!
}</td>
</tr>
<tr>
<td>instance-id</td>
<td>${instanceId}</td>
<td>${instanceId
!
}</td>
</tr>
</#if>
<tr>
...
...
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