Skip to content

Commit

Permalink
Fix rendering issue in runs explorer page (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
arsengit authored Feb 11, 2022
1 parent 9bd6b1c commit d280817
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.5.3

- Fix rendering issue in runs explorer page (arsengit)

## 3.5.2 Feb 10 2022

- Fix issue with displaying current day activity cell on week's first day (rubenaprikyan)
Expand Down
1 change: 1 addition & 0 deletions aim/web/ui/src/utils/app/manageSystemMetricColumns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default function manageSystemMetricColumns<M extends State>(
let hiddenColumns: string[] = [...modelState!.config!.table.hiddenColumns!];
if (
hiddenColumns.length === 0 &&
systemMetrics.length > 0 &&
modelState!.config!.table.hideSystemMetrics
) {
hiddenColumns = systemMetrics;
Expand Down

0 comments on commit d280817

Please sign in to comment.