1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

feat(global): add the --logo flag to specify an external logo picture (#120)

This commit is contained in:
Anthony Lapenna 2016-08-10 18:38:33 +12:00 committed by GitHub
parent 6c29377992
commit 722dc0b3af
4 changed files with 7 additions and 2 deletions

View file

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