Skip to content

Commit f92a9eb

Browse files
wrossmannAleksey Sin
authored and
Aleksey Sin
committed
bucket: Add --web.external-prefix for proxying on a subpath (thanos-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]>
1 parent c6731e9 commit f92a9eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ui/bucket.go

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type Bucket struct {
2020
Blocks template.JS
2121
RefreshedAt time.Time
2222
Err error
23+
flagsMap map[string]string
2324
}
2425

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

0 commit comments

Comments
 (0)