Compare commits

..

No commits in common. "5fdee2dbffbdda625c5cdd860c1c4ec83f71f4d4" and "9ed1d1d0f31274765d74f72b271e37c801adfc59" have entirely different histories.

2 changed files with 54 additions and 68 deletions

View File

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

View File

@ -225,18 +225,6 @@ 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}`,
@ -292,8 +280,6 @@ export default function KennzahlenTable({
}}
/>
</Box>
</span>
</Tooltip>
)}
</TableCell>
<TableCell align="center">