We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4faefc4 commit fdc3cf1Copy full SHA for fdc3cf1
index.php
@@ -285,7 +285,7 @@
285
<div class="card text-center border-info">
286
<div class="card-header">Partitions / Storage</div>
287
<div class="card-body">
288
- <?php print "<pre style='text-align: left!important;'>"; echo shell_exec("df -h"); print "</pre>"; ?>
+ <?php print "<pre style='text-align: left!important;'>"; echo shell_exec("df -h | grep -v tmp"); print "</pre>"; ?>
289
<p class="card-text"><small class="text-muted">Updated <span><?php echo date("H:i:s");?> (at page load)</span></small></p>
290
</div>
291
0 commit comments