Bug když dáš ban nebo tak nějak
This commit is contained in:
@@ -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}`,
|
||||
);
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user