summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/appnavigation.php
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-10-04 17:26:56 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-10-12 11:07:07 +0200
commit7f07ff48f24145292c08812b6108453909600247 (patch)
treec5e4e2ddcbad199ea736c56687e134c1f9b1eb27 /apps/files/templates/appnavigation.php
parentca00e24504095a8aa5276283a9795074db5693c6 (diff)
downloadnextcloud-server-7f07ff48f24145292c08812b6108453909600247.tar.gz
nextcloud-server-7f07ff48f24145292c08812b6108453909600247.zip
Correct class to quota
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/templates/appnavigation.php')
-rw-r--r--apps/files/templates/appnavigation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php
index 6a7b4e4b11e..8326fad73ea 100644
--- a/apps/files/templates/appnavigation.php
+++ b/apps/files/templates/appnavigation.php
@@ -24,7 +24,7 @@
} ?></p>
<div class="quota-container">
<progress value="<?php p($_['usage_relative']); ?>" max="100"
- <?php if($_['usage_relative'] > 80): ?> class="quota-warning" <?php endif; ?>></progress>
+ <?php if($_['usage_relative'] > 80): ?> class="warn" <?php endif; ?>></progress>
</div>
</a>
</li>