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:
parent
6c29377992
commit
de3353feba
4 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue