diff --git a/netmon_core/templates/protected/unmonitored_nodes.html b/netmon_core/templates/protected/unmonitored_nodes.html
index 0842841ede37b413ea4372f006a33d1a7660dae7..ffcc1fa0b16fc4b5e7830de6a85da60d6833c6c0 100644
--- a/netmon_core/templates/protected/unmonitored_nodes.html
+++ b/netmon_core/templates/protected/unmonitored_nodes.html
@@ -7,7 +7,7 @@
 <ul>
   {% for node in nodes %}
     <li>
-      {{ node.node_id }} - {{ node.node_name }} - {{ node.entry_date }}
+      {{ node.node_id }} - {{ node.node_name }} - {{ node.entry_date }} - {{ node.is_online }}
       <form method="post" action="{% url 'add_to_monitored' node.node_id %}">
         {% csrf_token %}
         <button type="submit">Add to Monitored</button>