Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Add value for ui-performance to mocked mgmt settings resource
Browse files Browse the repository at this point in the history
- required by new advanced worker functionality
  • Loading branch information
richard-cox committed May 26, 2023
1 parent 428dbd5 commit cf7b0c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func NewDefaultSettings(ec echo.Context) *interfaces.Collection {
col.Data[2] = NewStringSettings(baseURL, "server-version", epinioVersion)
col.Data[3] = NewStringSettings(baseURL, "ui-theme", epinioTheme)
col.Data[4] = NewStringSettings(baseURL, "ui-favicon", GetFavicon())
col.Data[4] = NewStringSettings(baseURL, "ui-performance", "{}")

return &col
}
Expand Down

0 comments on commit cf7b0c5

Please sign in to comment.