Skip to content

Commit

Permalink
bucket: Add --web.external-prefix for proxying on a subpath (thanos…
Browse files Browse the repository at this point in the history
…-io#1758)

* bucket: Add `--web.external-prefix` for proxying on a subpath

Signed-off-by: Wade Rossmann <[email protected]>

* Update PR number from previous broken branch.

Signed-off-by: Wade Rossmann <[email protected]>

* Linter fixes

Signed-off-by: Wade Rossmann <[email protected]>

* Doc fixes

Signed-off-by: Wade Rossmann <[email protected]>
Signed-off-by: Aleksey Sin <[email protected]>
  • Loading branch information
wrossmann authored and Aleksey Sin committed Nov 27, 2019
1 parent 54df471 commit 35af65d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ui/bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type Bucket struct {
Blocks template.JS
RefreshedAt time.Time
Err error
flagsMap map[string]string
}

func NewBucketUI(logger log.Logger, label string, flagsMap map[string]string) *Bucket {
Expand Down

0 comments on commit 35af65d

Please sign in to comment.