Allow specifying display names for servers

This commit is contained in:
Henri
2021-04-13 21:58:50 +02:00
parent 974e809deb
commit 056ef3769e
6 changed files with 54 additions and 10 deletions

View File

@@ -11,7 +11,9 @@ import (
type TemplatePage struct {
// Global options
Options map[string]string
Servers map[string]string
Servers []string
ServersEscaped []string
ServersDisplay []string
// Parameters related to current request
AllServersLinkActive bool