diff options
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r-- | apps/files_external/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/templates/list.php b/apps/files_external/templates/list.php index 900a17be717..4e06bc7024c 100644 --- a/apps/files_external/templates/list.php +++ b/apps/files_external/templates/list.php @@ -19,7 +19,7 @@ <th id="headerBackend" class="hidden column-backend"> <a class="backend sort columntitle" data-sort="backend"><span><?php p($l->t('Storage type')); ?></span><span class="sort-indicator"></span></a> </th> - <th id="headerScope" class="hidden column-size"> + <th id="headerScope" class="hidden column-scope column-last"> <a class="scope sort columntitle" data-sort="scope"><span><?php p($l->t('Scope')); ?></span><span class="sort-indicator"></span></a> </th> </tr> |