Pull request 2036: 6180 revert

Updates #6180.

Squashed commit of the following:

commit 38689bd26cad9b195cf01f5f1b09fbe075c6ff84
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Oct 11 18:24:23 2023 +0300

    Revert "6180 fix dashboard empty tables scroll"

    This reverts commit 3ce3c41b59.
This commit is contained in:
Ainar Garipov 2023-10-11 18:32:50 +03:00
parent 5fa11567aa
commit e218ddc35f
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ class LogsConfig extends Component {
interval, interval,
customInterval, customInterval,
anonymize_client_ip, anonymize_client_ip,
ignored: ignored?.join('\n'), ignored: ignored.join('\n'),
}} }}
onSubmit={this.handleFormSubmit} onSubmit={this.handleFormSubmit}
processing={processing} processing={processing}

View File

@ -59,7 +59,7 @@ class StatsConfig extends Component {
interval, interval,
customInterval, customInterval,
enabled, enabled,
ignored: ignored?.join('\n'), ignored: ignored.join('\n'),
}} }}
onSubmit={this.handleFormSubmit} onSubmit={this.handleFormSubmit}
processing={processing} processing={processing}

View File

@ -20,7 +20,7 @@
} }
.dashboard .card-table-overflow--limited { .dashboard .card-table-overflow--limited {
max-height: 19rem; max-height: 18rem;
} }
.card-actions { .card-actions {