From e218ddc35f4140c1b48036500bb6e88ffd45168c Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 11 Oct 2023 18:32:50 +0300 Subject: [PATCH] Pull request 2036: 6180 revert Updates #6180. Squashed commit of the following: commit 38689bd26cad9b195cf01f5f1b09fbe075c6ff84 Author: Ainar Garipov Date: Wed Oct 11 18:24:23 2023 +0300 Revert "6180 fix dashboard empty tables scroll" This reverts commit 3ce3c41b59aa8faa6d474c9d4f799dbb070d671c. --- client/src/components/Settings/LogsConfig/index.js | 2 +- client/src/components/Settings/StatsConfig/index.js | 2 +- client/src/components/ui/Card.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/Settings/LogsConfig/index.js b/client/src/components/Settings/LogsConfig/index.js index b6ce9624..3e609a2d 100644 --- a/client/src/components/Settings/LogsConfig/index.js +++ b/client/src/components/Settings/LogsConfig/index.js @@ -62,7 +62,7 @@ class LogsConfig extends Component { interval, customInterval, anonymize_client_ip, - ignored: ignored?.join('\n'), + ignored: ignored.join('\n'), }} onSubmit={this.handleFormSubmit} processing={processing} diff --git a/client/src/components/Settings/StatsConfig/index.js b/client/src/components/Settings/StatsConfig/index.js index bcc9a7d0..7b68064c 100644 --- a/client/src/components/Settings/StatsConfig/index.js +++ b/client/src/components/Settings/StatsConfig/index.js @@ -59,7 +59,7 @@ class StatsConfig extends Component { interval, customInterval, enabled, - ignored: ignored?.join('\n'), + ignored: ignored.join('\n'), }} onSubmit={this.handleFormSubmit} processing={processing} diff --git a/client/src/components/ui/Card.css b/client/src/components/ui/Card.css index fcf16ce8..9e649264 100644 --- a/client/src/components/ui/Card.css +++ b/client/src/components/ui/Card.css @@ -20,7 +20,7 @@ } .dashboard .card-table-overflow--limited { - max-height: 19rem; + max-height: 18rem; } .card-actions {