diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-03 10:59:31 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-18 13:44:03 +0200 |
commit | f717bed085b7ef8c1cc4bb982c63193a2c8bbdec (patch) | |
tree | 114f585b2c7b8a2e56fed04f02181781c40a72eb /apps/files/templates | |
parent | 302a5d81714c9aca3fa38fad9fe8879fb867c3e8 (diff) | |
download | nextcloud-server-f717bed085b7ef8c1cc4bb982c63193a2c8bbdec.tar.gz nextcloud-server-f717bed085b7ef8c1cc4bb982c63193a2c8bbdec.zip |
Grid init
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 9cae72a176f..f9cd5a2529d 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -38,7 +38,7 @@ <p></p> </div> -<table id="filestable" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="32" data-preview-y="32"> +<table id="filestable" class="view-grid" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="32" data-preview-y="32"> <thead> <tr> <th id="headerSelection" class="hidden column-selection"> |