summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-09-23 15:19:12 -0400
committerjim-p <jimp@pfsense.org>2016-09-23 15:20:14 -0400
commit9a9661252aa6115d0fd0243bf303436d53afaaa3 (patch)
tree16258e4455fbecc4c6b00028e5da0c3d757ee052
parentb2ee641c325bd8e069c8dd4c6eddd62ed4432dfb (diff)
downloadpfsense-9a9661252aa6115d0fd0243bf303436d53afaaa3.zip
pfsense-9a9661252aa6115d0fd0243bf303436d53afaaa3.tar.gz
Use wider display for pftop to fill up dead area. Output still looks OK with narrower terminals as well.
Some views were omitting important info at the narrower width
-rw-r--r--src/usr/local/www/diag_pftop.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_pftop.php b/src/usr/local/www/diag_pftop.php
index c625209..95d5d1d 100644
--- a/src/usr/local/www/diag_pftop.php
+++ b/src/usr/local/www/diag_pftop.php
@@ -53,7 +53,7 @@ if ($_REQUEST['getactivity']) {
$numstate = "100";
}
- $text = `pftop -b {$sorttype} -v {$viewtype} {$numstate}`;
+ $text = `pftop -b {$sorttype} -w 135 -v {$viewtype} {$numstate}`;
echo trim($text);
exit;
}
OpenPOWER on IntegriCloud