Commit 91c9ab1d by Dave Syer

Fix ftl templates a bit (fixes gh-7)

parent 9c2679d4
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head> <head>
<title>Eureka - Last N events</title> <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> </head>
<body id="three"> <body id="three">
......
...@@ -5,15 +5,15 @@ ...@@ -5,15 +5,15 @@
<#if amazonInfo??> <#if amazonInfo??>
<tr> <tr>
<td>EUREKA SERVER</td> <td>EUREKA SERVER</td>
<td>AMI: ${amiId}</td> <td>AMI: ${amiId!}</td>
</tr> </tr>
<tr> <tr>
<td>Zone</td> <td>Zone</td>
<td>${availabilityZone}</td> <td>${availabilityZone!}</td>
</tr> </tr>
<tr> <tr>
<td>instance-id</td> <td>instance-id</td>
<td>${instanceId}</td> <td>${instanceId!}</td>
</tr> </tr>
</#if> </#if>
<tr> <tr>
......
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