diff --git a/app/views/resources/room/index.php b/app/views/resources/room/index.php index 658994409ff61b61b66eea16ec0f74d17f7ee419..4c0fb23322738986dc9ea3076d2b8aea6031e8b3 100644 --- a/app/views/resources/room/index.php +++ b/app/views/resources/room/index.php @@ -50,7 +50,7 @@ <header> <h1><?= _('Dateien') ?></h1> </header> - <table class="default sortable-table" data-sortlist="[[2, 0]]"> + <table class="default sortable-table" data-sortlist="[[1, 0]]"> <?= $this->render_partial('files/_files_thead') ?> <? foreach ($resource_folder->getFiles() as $file): ?> <? if ($file->isVisible($GLOBALS['user']->id)) : ?>