Compare commits

..

No commits in common. "4e56cac92efda161a686ad646591825b24792341" and "6285be6d40b164c927cfbdc48ea1ea599fa3e913" 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

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