1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

merge branch feat106-external-logo into internal

This commit is contained in:
Anthony Lapenna 2016-08-10 18:40:05 +12:00
commit cfe31fbeac
4 changed files with 6 additions and 1 deletions

View file

@ -10,6 +10,7 @@ type Settings struct {
Swarm bool `json:"swarm"`
HiddenLabels pairList `json:"hiddenLabels"`
Registries pairList `json:"registries"`
Logo string `json:"logo"`
}
// configurationHandler defines a handler function used to encode the configuration in JSON