Skip to content

Commit 37dafef

Browse files
cmanziAleksey Sin
authored and
Aleksey Sin
committed
Fix web.external-prefix 404s and add web.prefix-header for bucket web UI. (thanos-io#1770)
* Add --web.prefix-header flag. Signed-off-by: Christopher Manzi <[email protected]> * Update changelog. Signed-off-by: Christopher Manzi <[email protected]> * Resolve conflicts with upstream. Signed-off-by: Christopher Manzi <[email protected]> * Lint docs. Signed-off-by: Christopher Manzi <[email protected]> * More docs linting. Signed-off-by: Christopher Manzi <[email protected]> * Remove extra flags. Signed-off-by: Christopher Manzi <[email protected]> * Update changelog. Signed-off-by: Christopher Manzi <[email protected]> * Lint docs. Signed-off-by: Christopher Manzi <[email protected]> * Final docs lint. Signed-off-by: Christopher Manzi <[email protected]> Signed-off-by: Aleksey Sin <[email protected]>
1 parent e18eb66 commit 37dafef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/ui/bucket.go

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

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

0 commit comments

Comments
 (0)