SAAS-1022: Re-implement disk quota status on side nav bar
Small css fix
This commit is contained in:
parent
bb2757127d
commit
0c50247909
3 changed files with 4 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
$used = $disk->totalSpace-$disk->totalFreeSpace;
|
||||
$total = $disk->totalSpace;
|
||||
?>
|
||||
<div>
|
||||
<div style="height:100%">
|
||||
<form action="/rest/media" method="post" id="add-media-dropzone" class="dropzone dz-clickable">
|
||||
<?php echo $this->form->getElement('csrf') ?>
|
||||
<div class="dz-message">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue