Rearranged columns

This commit is contained in:
Erki Aas 2022-10-11 19:54:24 +03:00
parent d0c4272f51
commit f31951c478
1 changed files with 3 additions and 6 deletions

View File

@ -91,7 +91,9 @@ export default {
comboBoxOptions: [],
columnDefs: [
{
field: '_id',
field: '@timestamp',
width: 70,
sortable: true
},
{
field: 'kubernetes.namespace',
@ -118,11 +120,6 @@ export default {
},
{
field: 'stream',
},
{
field: '@timestamp',
width: 70,
sortable: true
}
],
}