Merge pull request #59675 from nextcloud/backport/59425/stable32

[stable32] fix(files): add missing table header for actions column
This commit is contained in:
Ferdinand Thiessen 2026-04-20 21:44:09 +02:00 committed by GitHub
commit e927b23d26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View file

@ -25,7 +25,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 v-if="isMimeAvailable"

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