mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
fix(upgrade): remove yellow upgrade banner EE-5141 (#8640)
This commit is contained in:
parent
37f382d286
commit
621a01ba3b
11 changed files with 6 additions and 52 deletions
|
@ -1286,8 +1286,6 @@ type (
|
|||
UserThemeSettings struct {
|
||||
// Color represents the color theme of the UI
|
||||
Color string `json:"color" example:"dark" enums:"dark,light,highcontrast,auto"`
|
||||
// SubtleUpgradeButton indicates if the upgrade banner should be displayed in a subtle way
|
||||
SubtleUpgradeButton bool `json:"subtleUpgradeButton"`
|
||||
}
|
||||
|
||||
// Webhook represents a url webhook that can be used to update a service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue