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

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

This commit is contained in:
Anthony Lapenna 2016-08-10 18:37:25 +12:00
parent 6c29377992
commit de3353feba
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