Skip to content
Snippets Groups Projects
Commit 37d507e4 authored by chrissi^'s avatar chrissi^ Committed by chrissi^
Browse files

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: default avatarChrissi^ <chris@tinyhost.de>
parent 90d0e33c
No related branches found
No related tags found
No related merge requests found
......@@ -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 %>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment