Skip to content
Snippets Groups Projects
Verified Commit 9d9d951b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

cosmetics

parent 686757e3
No related branches found
No related tags found
No related merge requests found
Pipeline #48815 passed
......@@ -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
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment