Fixed pinned state of quota if no apps registered an app nav item
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
1f108970c4
commit
0c38c1b2db
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<li id="quota" class="pinned <?php
|
<li id="quota" class="pinned <?php p($pinned===0?'first-pinned ':'') ?><?php
|
||||||
if ($_['quota'] !== \OCP\Files\FileInfo::SPACE_UNLIMITED) {
|
if ($_['quota'] !== \OCP\Files\FileInfo::SPACE_UNLIMITED) {
|
||||||
?>has-tooltip" title="<?php p($_['usage_relative'] . '%');
|
?>has-tooltip" title="<?php p($_['usage_relative'] . '%');
|
||||||
} ?>">
|
} ?>">
|
||||||
|
|
Loading…
Reference in a new issue