Make timestamp column wider

This commit is contained in:
2022-11-07 15:20:21 +02:00
parent 4fb4c9670d
commit 5805b09725
+1 -1
View File
@@ -10,7 +10,7 @@ const config = {
columnDefs: [
{
field: '@timestamp',
width: 70,
width: 120,
sortable: true
},
{