mirror of
https://github.com/nextcloud/server.git
synced 2026-05-22 10:06:37 -04:00
Merge pull request #59425 from nextcloud/fix/files-table-header
fix(files): add missing table header for actions column
This commit is contained in:
commit
288964baaa
3 changed files with 8 additions and 4 deletions
|
|
@ -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
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue