This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-24 19:06:38 +01:00
parent b77ee71445
commit f06f1b7b8f
4 changed files with 14 additions and 8 deletions

View File

@@ -37,6 +37,7 @@ const OverviewTopBots = ({ projectId }: Props) => {
columns={[
{
name: 'Path',
width: 'w-full',
render(item) {
return (
<Tooltiper asChild content={item.path}>
@@ -47,6 +48,7 @@ const OverviewTopBots = ({ projectId }: Props) => {
},
{
name: 'Date',
width: '100px',
render(item) {
return (
<div className="flex gap-2 whitespace-nowrap">