Skip to content

Commit

Permalink
UI: fix arguments table width (#1710)
Browse files Browse the repository at this point in the history
* UI: fix arguments table width

Closes #1696.

* Update changelog

---------

Co-authored-by: William Dumont <[email protected]>
  • Loading branch information
defanator and wildum authored Sep 19, 2024
1 parent 13874b5 commit 08ad291
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ Main (unreleased)
- Update yet-another-cloudwatch-exporter from v0.60.0 vo v0.61.0: (@morreymeyer)
- Fixes a bug where cloudwatch S3 metrics are reported as `0`


### Other changes

- Small fix in UI stylesheet to fit more content into visible table area. (@defanator)

- Fixed incorrect debug metric names in `otelcol.exporter.awss3`, `otelcol.exporter.otlp`, `otelcol.processor.batch`, `otelcol.processor.deltatocumulative` and `otelcol.processor.otlp`
which have changed due to an upstream breaking change. The dashboards and alerts in the mixin have also been fixed. (@thampiotr)


v1.4.0-rc.2
-----------------

Expand Down
3 changes: 1 addition & 2 deletions internal/web/ui/src/features/component/Table.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.table {
border-collapse: collapse;
width: 100%;
table-layout: fixed;
}

.table td,
Expand Down Expand Up @@ -49,4 +48,4 @@
content: "▲";
float: right;
}
}
}

0 comments on commit 08ad291

Please sign in to comment.