mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Sorting triangles pointing up for ascending, down for descending
This commit is contained in:
parent
3ebcc29ee3
commit
319caa7089
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@
|
|||
this.initialize($el, options);
|
||||
};
|
||||
FileList.prototype = {
|
||||
SORT_INDICATOR_ASC_CLASS: 'icon-triangle-s',
|
||||
SORT_INDICATOR_DESC_CLASS: 'icon-triangle-n',
|
||||
SORT_INDICATOR_ASC_CLASS: 'icon-triangle-n',
|
||||
SORT_INDICATOR_DESC_CLASS: 'icon-triangle-s',
|
||||
|
||||
id: 'files',
|
||||
appName: t('files', 'Files'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue