mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
LogsTable: Fix default sort by time (#88398)
This commit is contained in:
parent
144e476840
commit
f81e8e04aa
@ -174,6 +174,9 @@ export function LogsTable(props: Props) {
|
||||
onCellFilterAdded={props.onClickFilterLabel && props.onClickFilterOutLabel ? onCellFilterAdded : undefined}
|
||||
height={props.height}
|
||||
footerOptions={{ show: true, reducer: ['count'], countRows: true }}
|
||||
initialSortBy={[
|
||||
{ displayName: logsFrame?.timeField.name || '', desc: logsSortOrder === LogsSortOrder.Descending },
|
||||
]}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user