Act to Get
This commit is contained in:
parent
b8226d44d6
commit
7669a084b1
2 changed files with 2 additions and 2 deletions
|
|
@ -140,7 +140,7 @@ export default function FileBrowserPanel() {
|
|||
<div className="text-center">Type</div>
|
||||
<div className="text-right">Size</div>
|
||||
<div className="text-center">Date</div>
|
||||
<div className="text-right pr-1 fs-nowrap">Act</div>
|
||||
<div className="text-right pr-1 fs-nowrap">Get</div>
|
||||
</div>
|
||||
|
||||
<div className="divide-y">
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ export default function FilesTable({
|
|||
<th className="px-3 py-2 w-[15%]"><SortBtn k="type" label="Type" /></th>
|
||||
<th className="px-3 py-2 w-[15%]"><SortBtn k="size" label="Size" /></th>
|
||||
<th className="px-3 py-2 w-[30%]"><SortBtn k="modified" label="Modified" /></th>
|
||||
<th className="px-3 py-2 text-right">Actions</th>
|
||||
<th className="px-3 py-2 text-right">Get</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue