Index: /trunk/wifidog-auth/wifidog/admin/templates/hotspot_log.html
===================================================================
--- /trunk/wifidog-auth/wifidog/admin/templates/hotspot_log.html	(revision 345)
+++ /trunk/wifidog-auth/wifidog/admin/templates/hotspot_log.html	(revision 382)
@@ -13,10 +13,14 @@
 	<td>
 	{if $nodes[node].is_up == 't'}
-	<img src='{$smarty.const.BASE_URL_PATH}images/hotspot_status_up.png'>
+	ONLINE! <img src='{$smarty.const.BASE_URL_PATH}images/hotspot_status_up.png'>
 	{else}
-	<img src='{$smarty.const.BASE_URL_PATH}images/hotspot_status_down.png'>
+	OFFLINE. <img src='{$smarty.const.BASE_URL_PATH}images/hotspot_status_down.png'>
 	{$nodes[node].duration.days} days {$nodes[node].duration.hours} hours {$nodes[node].duration.minutes} min
 	{/if}
 	</td>
+</tr>
+<tr>
+	<th>IP Address</th>
+	<td>{$nodes[node].last_heartbeat_ip}</td>
 </tr>
 <tr>
