cherry-pick: 6180 revert

This commit is contained in:
Ainar Garipov 2023-10-11 18:32:50 +03:00 committed by Ainar Garipov
parent 760d466b38
commit c6aed4eb57
3 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

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

View File

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