summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-06-12 15:24:55 +0200
committerRobin Appelman <robin@icewind.nl>2017-06-15 14:06:54 +0200
commit2e8e6f95b99151edc0b236e474b32f1760af006a (patch)
tree6229a1a35f1fdbc93b11520dece04b5997d92da8 /settings/templates
parenta74901fce17da6d88dbb82373fff523b834d692d (diff)
downloadnextcloud-server-2e8e6f95b99151edc0b236e474b32f1760af006a.tar.gz
nextcloud-server-2e8e6f95b99151edc0b236e474b32f1760af006a.zip
show used space in user list
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/users/part.userlist.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/users/part.userlist.php b/settings/templates/users/part.userlist.php
index b908109ad2d..5ceda71fc00 100644
--- a/settings/templates/users/part.userlist.php
+++ b/settings/templates/users/part.userlist.php
@@ -43,6 +43,7 @@
</td>
<?php endif;?>
<td class="quota">
+ <div class="quota_progress_container"><div class="quota_progress"></div></div>
<select class="quota-user" data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>">
<option value='default'>
<?php p($l->t('Default'));?>