Show folders first

This commit is contained in:
Johannes Zellner
2020-07-23 15:01:50 +02:00
parent 349633c8da
commit 614674563a
2 changed files with 6 additions and 2 deletions

View File

@@ -71,6 +71,8 @@ app.controller('FileManagerController', ['$scope', '$timeout', 'Client', functio
$scope.app = null;
$scope.entries = [];
$scope.dropToBody = false;
$scope.sortAsc = true;
$scope.sortProperty = 'fileName';
$scope.owners = [
{ name: 'cloudron', value: 1000 },