Add content policy and add abuse categories

This commit is contained in:
2021-01-05 00:00:46 +01:00
parent 96ca0ed90f
commit e074be4e19
15 changed files with 198 additions and 101 deletions

View File

@@ -182,7 +182,9 @@ const toggle_select = () => {
{child.name}
</td>
<td class="node_size">
{formatDataVolume(child.file_size, 3)}
{#if child.type === "file"}
{formatDataVolume(child.file_size, 3)}
{/if}
</td>
</a>
{/each}