Make timestamp column wider

This commit is contained in:
Erki Aas 2022-11-07 15:20:21 +02:00
parent 4fb4c9670d
commit 5805b09725
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const config = {
columnDefs: [
{
field: '@timestamp',
width: 70,
width: 120,
sortable: true
},
{