Add option to hide owner info from statuspage
Owner info should not be able to crawl from public ipv6 addresses
This commit is contained in:
parent
0c17f5fb8b
commit
8a5ac04a32
@ -143,7 +143,7 @@
|
||||
<h2><%:Overview%></h2>
|
||||
<dl>
|
||||
<dt><%:Node name%></dt><dd><%| nodeinfo.hostname %></dd>
|
||||
<% if nodeinfo.owner and nodeinfo.owner.contact then -%>
|
||||
<% if nodeinfo.owner and nodeinfo.owner.contact and not nodeinfo.owner.hide_statuspage then -%>
|
||||
<dt><%:Contact%></dt><dd><%| nodeinfo.owner.contact %></dd>
|
||||
<%- end %>
|
||||
<% if nodeinfo.location then -%>
|
||||
|
Loading…
Reference in New Issue
Block a user