Remove unused buckets and directory_upload pages
This commit is contained in:
@@ -49,8 +49,9 @@ const node_icon = node => {
|
||||
<div class="directory">
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>name</td>
|
||||
<td>size</td>
|
||||
<td>Name</td>
|
||||
<td>Size</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
{#each state.children as child, index (child.path)}
|
||||
<a
|
||||
@@ -71,6 +72,13 @@ const node_icon = node => {
|
||||
{formatDataVolume(child.file_size, 3)}
|
||||
{/if}
|
||||
</td>
|
||||
<td>
|
||||
{#if child.id}
|
||||
<a href="/d/{child.id}" on:click|stopPropagation>
|
||||
<i class="icon" title="This file / directory is shared. Click to open public link">share</i>
|
||||
</a>
|
||||
{/if}
|
||||
</td>
|
||||
</a>
|
||||
{/each}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user