Bug když dáš ban nebo tak nějak

This commit is contained in:
sneedmaster
2026-04-15 19:47:30 +02:00
parent d582699c49
commit eb7be4f3ac
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ const createBan = async (
createIndexedCIDR(
objectIndex,
ban.ip_range,
ip_range, // Postgres drops the prefix sometimes
`ban;${ban.id}`,
`ban;${ban.id}`,
);

View File

@@ -205,7 +205,7 @@ const Template = (
<td>{totalStats.files}</td>
</tr>
<tr>
<th> O velikosti</th>
<th> S celkovou velikostí</th>
<td safe>{bytesToSize(totalStats.bytes)}</td>
</tr>
</tbody>