Skip to content

Commit

Permalink
Update pkg/ui/react-app/src/thanos/pages/blocks/BlockDetails.tsx
Browse files Browse the repository at this point in the history
Update pkg/api/blocks/v1.go

Co-authored-by: Prem Kumar <[email protected]>

Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 authored and Ben Ye committed Nov 6, 2021
1 parent f291da7 commit 5611c69
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 196 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
- [#4736](https://github.com/thanos-io/thanos/pull/4736) S3: Add capability to use custom AWS STS Endpoint.
- [#4764](https://github.com/thanos-io/thanos/pull/4764) Compactor: add `block-viewer.global.sync-block-timeout` flag to set the timeout of synchronization block metas.
- [#4801](https://github.com/thanos-io/thanos/pull/4801) Compactor: added Prometheus metrics for tracking the progress of compaction and downsampling.
- [#4444](https://github.com/thanos-io/thanos/pull/4444) UI: add mark deletion and no compaction to the Block UI.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion pkg/api/blocks/v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func parse(s string) ActionType {
switch s {
case "DELETION":
return Deletion
case "NO COMPACTION":
case "NO_COMPACTION":
return NoCompaction
default:
return Unknown
Expand Down
Loading

0 comments on commit 5611c69

Please sign in to comment.