Merge pull request #59425 from nextcloud/fix/files-table-header

fix(files): add missing table header for actions column
This commit is contained in:
Ferdinand Thiessen 2026-04-16 16:12:16 +02:00 committed by GitHub
commit 288964baaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View file

@ -28,7 +28,11 @@
</th>
<!-- Actions -->
<th class="files-list__row-actions" />
<th class="files-list__row-actions">
<span class="hidden-visually">
{{ t('files', 'Actions') }}
</span>
</th>
<!-- Mime -->
<th

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long