Skip to content

Commit fa66d31

Browse files
cmanziAleksey Sin
authored andcommitted
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 <chris.manzi@invitae.com> * Update changelog. Signed-off-by: Christopher Manzi <chris.manzi@invitae.com> * Resolve conflicts with upstream. Signed-off-by: Christopher Manzi <chris.manzi@invitae.com> * Lint docs. Signed-off-by: Christopher Manzi <chris.manzi@invitae.com> * More docs linting. Signed-off-by: Christopher Manzi <chris.manzi@invitae.com> * Remove extra flags. Signed-off-by: Christopher Manzi <chris.manzi@invitae.com> * Update changelog. Signed-off-by: Christopher Manzi <chris.manzi@invitae.com> * Lint docs. Signed-off-by: Christopher Manzi <chris.manzi@invitae.com> * Final docs lint. Signed-off-by: Christopher Manzi <chris.manzi@invitae.com> Signed-off-by: Aleksey Sin <asin@ozon.ru>
1 parent 71fcd97 commit fa66d31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/ui/bucket.go

Lines changed: 0 additions & 1 deletion
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)