This commit is contained in:
2024-12-05 10:36:55 +01:00
parent 2123b5464f
commit b9aaff7931
6 changed files with 63 additions and 23 deletions

View File

@ -2,8 +2,8 @@
<table class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400">
<thead class="text-xs text-gray-700 uppercase bg-gray-200 dark:bg-gray-700 dark:text-gray-400">
<tr>
<th scope="col" class="px-6 py-3">
-
<th scope="col" class="px-6 py-3" style="width: 5%;">
</th>
<th scope="col" class="px-6 py-3">
name
@ -33,4 +33,4 @@
<button type="submit" class="hidden"></button>
</label>
</div>
{{ form_end(fileForm) }}
{{ form_end(fileForm) }}

View File

@ -4,8 +4,6 @@
{% block body %}
<center class="container mt-5">
<h1>Welcome to the File Explorer</h1>
<p>Use the navigation bar to explore the files and directories.</p>
{% include '_partials/_table.html.twig' %}
</center>
{% endblock %}