Added empty file list indicator. Removed dropzone.js

This commit is contained in:
Masu Baumgartner
2024-05-06 09:44:38 +02:00
parent b4251a0f1f
commit 406f7cad65
4 changed files with 14 additions and 3 deletions

View File

@@ -209,6 +209,15 @@
}
</tbody>
</table>
@if (Entries.Length == 0)
{
<div class="py-4">
<IconAlert Color="primary" Title="No files and folders found" Icon="bx-cloud-upload">
Drag and drop files and folders here to start uploading them or click on the upload button on the top
</IconAlert>
</div>
}
</div>
@if (EnableContextMenu && ContextMenuTemplate != null)