Skip to content

Commit f92a9eb

Browse files
wrossmannAleksey Sin
authored andcommitted
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 <wrossmann@gmail.com> * Update PR number from previous broken branch. Signed-off-by: Wade Rossmann <wrossmann@gmail.com> * Linter fixes Signed-off-by: Wade Rossmann <wrossmann@gmail.com> * Doc fixes Signed-off-by: Wade Rossmann <wrossmann@gmail.com> Signed-off-by: Aleksey Sin <asin@ozon.ru>
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

Lines changed: 1 addition & 0 deletions
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)