Skip to content

Commit

Permalink
Fix web.external-prefix 404s and add web.prefix-header for bucket web…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
cmanzi authored and Aleksey Sin committed Nov 27, 2019
1 parent ed077de commit 1cebcd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ui/bucket.go
Expand Up @@ -20,7 +20,6 @@ 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 1cebcd8

Please sign in to comment.