Merge remote-tracking branch 'origin/main' into #58-Alle-Pitchbooks-Ansicht

pull/67/head
s8613 2025-06-15 15:20:29 +02:00
commit 4e56cac92e
2 changed files with 68 additions and 54 deletions

View File

@ -17,4 +17,4 @@ COPY . .
ENV PYTHONUNBUFFERED=1
CMD ["gunicorn", "--timeout", "600", "--workers", "2", "--bind", "0.0.0.0:5000", "app:app"]
CMD ["gunicorn", "--timeout", "600", "--workers", "1", "--bind", "0.0.0.0:5000", "app:app"]

View File

@ -228,6 +228,18 @@ export default function KennzahlenTable({
</Box>
</Tooltip>
) : (
<Tooltip
title={hasNoValue ?
<>
<b>Problem</b>
<br />
Es wurden keine Kennzahlen gefunden. Bitte ergänzen!
</> : ""
}
placement="bottom"
arrow
>
<span>
<Box
sx={{
border: `2px solid ${borderColor}`,
@ -283,6 +295,8 @@ export default function KennzahlenTable({
}}
/>
</Box>
</span>
</Tooltip>
)}
</TableCell>
<TableCell align="center">