Rearranged columns
This commit is contained in:
		| @@ -91,7 +91,9 @@ export default { | |||||||
|       comboBoxOptions: [], |       comboBoxOptions: [], | ||||||
|       columnDefs:  [ |       columnDefs:  [ | ||||||
|         { |         { | ||||||
|           field: '_id', |           field: '@timestamp', | ||||||
|  |           width: 70, | ||||||
|  |           sortable: true | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|           field: 'kubernetes.namespace', |           field: 'kubernetes.namespace', | ||||||
| @@ -118,11 +120,6 @@ export default { | |||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|           field: 'stream', |           field: 'stream', | ||||||
|         }, |  | ||||||
|         { |  | ||||||
|           field: '@timestamp', |  | ||||||
|           width: 70, |  | ||||||
|           sortable: true |  | ||||||
|         } |         } | ||||||
|       ], |       ], | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user