control/instance: Show if excluded from resolver

This commit is contained in:
Tom Wiesing 2022-10-05 17:09:46 +02:00
parent ce0c053fde
commit d2d681a4f2
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

@ -12,12 +12,13 @@
<b>Slug:</b> <code>{{ .Info.Slug }}</code> <br />
<b>URL:</b> <a href="{{ .Info.URL }}" target="_blank" rel="noopener noreferrer">{{ .Info.URL }}</a> <br />
<hr />
<b>Resolver Prefixes:</b>
<b>URI Prefixes: </b>
<ul>
{{ range .Info.Prefixes }}
<li><code>{{ . }}</code></li>
{{ end}}
</ul>
<b>Excluded from Resolver:</b> <code>{{ .Info.NoPrefixes }}</code><br />
<hr />
<b>Running:</b> <code>{{ .Info.Running }}</code> <br />
<!-- <b>OwnerEmail:</b> <code>{{ .Instance.OwnerEmail }}</code> <br /> -->