Skip to content

Commit

Permalink
Add Backend to UIConfig (#3424)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuqq authored Feb 26, 2024
1 parent cec8e18 commit b1bb423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/lookoutv2/configuration/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ type UIConfig struct {
JobSetsAutoRefreshMs int `json:",omitempty"`
JobsAutoRefreshMs int `json:",omitempty"`
CommandSpecs []CommandSpec

Backend string `json:",omitempty"`
}

0 comments on commit b1bb423

Please sign in to comment.