Commit 91c9ab1d by Dave Syer

Fix ftl templates a bit (fixes gh-7)

parent 9c2679d4
......@@ -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">
......
......@@ -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>
......
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