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 <[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]>
  • Loading branch information
cmanzi authored and Aleksey Sin committed Nov 27, 2019
1 parent 453222f commit 6d686c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ui/bucket.go
Original file line number Diff line number Diff line change
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 6d686c0

Please sign in to comment.