diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-06-06 13:50:41 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-06-06 15:06:26 +0200 |
commit | 710d017eec7a97c1e58ef0cd4556555cf84b9b8f (patch) | |
tree | ebf8f42347da4c727926bd09774db61322c8bd42 /apps/files_external/templates | |
parent | a47ef52ae2958a08ff3aca272c73973eb74d20ed (diff) | |
download | nextcloud-server-710d017eec7a97c1e58ef0cd4556555cf84b9b8f.tar.gz nextcloud-server-710d017eec7a97c1e58ef0cd4556555cf84b9b8f.zip |
Added more columns to ext storage list
Now using system mount and personal mount calls to get the relevant
mount points including backend information.
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r-- | apps/files_external/templates/list.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_external/templates/list.php b/apps/files_external/templates/list.php index 225616e8cf2..900a17be717 100644 --- a/apps/files_external/templates/list.php +++ b/apps/files_external/templates/list.php @@ -16,6 +16,12 @@ <a class="name sort columntitle" data-sort="name"><span><?php p($l->t( 'Name' )); ?></span><span class="sort-indicator"></span></a> </div> </th> + <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"> + <a class="scope sort columntitle" data-sort="scope"><span><?php p($l->t('Scope')); ?></span><span class="sort-indicator"></span></a> + </th> </tr> </thead> <tbody id="fileList"> |