diff --git a/templates/tv-company.html b/templates/tv-company.html
index d68472e36ba2064c070c9cf58ffd431b96b607e1..db945a8817adc9ec91624f141aad3058fbfe88f7 100644
--- a/templates/tv-company.html
+++ b/templates/tv-company.html
@@ -26,6 +26,7 @@
 
 <div style="width: 100%; text-align: center; display: inline-block;">
 {% for host in groups.all %}
+{% if host != 'localhost' %}
 	<a href="http://{{ host }}:19999" target="_blank">
 	<div data-netdata="system.load"
 			data-host="http://{{ host }}:19999"
@@ -34,6 +35,7 @@
 			data-width="10%"
 			data-height="100px"
 			></div></a>
+{% endif %}
 {% endfor %}
 </div>
 </body>