From 9d9d951b5f19a7db02b6b163b410a1d6a385daff Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 19 Mar 2024 05:14:17 +0100
Subject: [PATCH] cosmetics

---
 src/components/fdos/list.tsx | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/components/fdos/list.tsx b/src/components/fdos/list.tsx
index a1f4b4d..a026e79 100644
--- a/src/components/fdos/list.tsx
+++ b/src/components/fdos/list.tsx
@@ -28,6 +28,11 @@ const columns: Array<GridColDef<OperationsLogRecord>> = [
       console.log('params', params)
       return <Link href={`/fdo/show/${params.id}`}>{params.id}</Link>
     }
+  }, {
+    field: 'datetime',
+    headerName: 'Datetime',
+    type: 'string',
+    width: 120
   }
 ]
 
-- 
GitLab