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

fix(files): add missing table header for actions column
pull/57623/head
Ferdinand Thiessen 4 months ago committed by GitHub
commit 288964baaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      apps/files/src/components/FilesListTableHeader.vue
  2. 4
      dist/files-main.js
  3. 2
      dist/files-main.js.map

@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save