Commit ed573262 authored by Kevin Fox's avatar Kevin Fox
Browse files

Allow server display name to be overridden.

parent f55cffc1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@

        <div class="component" data-status="{{ if $thisIsDown }}down{{ else }}{{ if $thisIsDisrupted }}disrupted{{ else }}{{ if $thisIsNotice }}notice{{ else }}ok{{ end }}{{ end }}{{ end }}">
          <a href="/affected/{{ .name | urlize }}" class="no-underline">
            {{ .name }}
            {{ default .displayName .name }}
          </a>

          {{ with .description }}