summaryrefslogtreecommitdiffstats
path: root/src
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:10 -0400
commit5ae2585b03f44f7e4ce126f64a7036a67a395bfe (patch)
tree19ea31ec272d7035f97895fa31cd3c0c83b56537 /src
parented245829a8b1da1e686549966adc6ff5d34f2458 (diff)
downloadpfsense-5ae2585b03f44f7e4ce126f64a7036a67a395bfe.zip
pfsense-5ae2585b03f44f7e4ce126f64a7036a67a395bfe.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
Diffstat (limited to 'src')
-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 3bbd498..a969da9 100644
--- a/src/usr/local/www/diag_pftop.php
+++ b/src/usr/local/www/diag_pftop.php
@@ -85,7 +85,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