mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
LogsPanel: Show all received logs (#31505)
* Show all received logs in LogsPanel * Remove rowLimit
This commit is contained in:
@@ -352,7 +352,6 @@ export class UnthemedLogs extends PureComponent<Props, State> {
|
||||
dedupStrategy={dedupStrategy}
|
||||
getRowContext={this.props.getRowContext}
|
||||
highlighterExpressions={highlighterExpressions}
|
||||
rowLimit={logRows ? logRows.length : undefined}
|
||||
onClickFilterLabel={onClickFilterLabel}
|
||||
onClickFilterOutLabel={onClickFilterOutLabel}
|
||||
showContextToggle={showContextToggle}
|
||||
|
||||
Reference in New Issue
Block a user