Skip to content

Commit

Permalink
Update dashboard.data.php
Browse files Browse the repository at this point in the history
  • Loading branch information
shirosaidev committed Jul 11, 2024
1 parent f8f73e8 commit e09b1a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions diskover-web/public/dashboard.data.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,10 +491,6 @@
<div class="panel-body">
<span><i class="fas fa-hdd" style="margin-right: 2px; color: grey"></i> <?php echo $_SESSION['rootpath']; ?></span>
<span class="pull-right"><b><?php echo formatBytes($space_available); ?> available</b> of <?php echo formatBytes($space_total); ?> (<?php echo round($space_available / $space_total * 100); ?> %)
<?php if ($esIndex2 != "") { ?>
<?php echo ($space_change > 0) ? "<span style=\"color:#29FE2F\"><i class=\"fa fa-caret-up\"></i>" : "<span style=\"color:red\"><i class=\"fa fa-caret-down\"></i>";
echo " " . $space_change . " %"; ?></span>
<?php } ?>
</span>
<div class="progress" style="height:20px;margin-bottom:5px;">
<?php
Expand Down

0 comments on commit e09b1a5

Please sign in to comment.