From 349180b2599d60f36eb934e643ab184ecd5b28c4 Mon Sep 17 00:00:00 2001
From: Chrissi^ <chris@tinyhost.de>
Date: Sun, 15 Jul 2018 22:16:50 +0200
Subject: [PATCH] Statuspage: Remove leftovers of contact info

Contact Info is no longer added on FFBS nodes since our gluon release of
v2017.1.8. On nodes that have been running before this release this
field is set to "Intentionally left blank".

This Info should not be shown on the statuspage.

Signed-off-by: Chrissi^ <chris@tinyhost.de>
---
 .../files/lib/gluon/status-page/view/status-page.html          | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html b/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html
index 94c1d433e..e28639c2a 100644
--- a/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html
+++ b/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html
@@ -100,9 +100,6 @@
 				<h2><%:Overview%></h2>
 				<dl>
 					<dt><%:Node name%></dt><dd><%| nodeinfo.hostname %></dd>
-					<% if nodeinfo.owner and nodeinfo.owner.contact then -%>
-						<dt><%:Contact%></dt><dd><%| nodeinfo.owner.contact %></dd>
-					<%- end %>
 					<% if nodeinfo.location then -%>
 						<dt><%:Location%></dt>
 						<dd><a href="geo:<%| nodeinfo.location.latitude %>,<%| nodeinfo.location.longitude %>">
-- 
GitLab