summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_states_summary.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-08-22 12:03:03 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-08-22 12:03:30 -0400
commit9c6f780f668ea0a93fc6e60e5aca8ead4661a0e3 (patch)
tree8246b93dd6dc3a5cf66c5d67a3f83e788731c25a /src/usr/local/www/diag_states_summary.php
parent9db8959dd3a4e4c944b396ad5b8cbd2fce82d954 (diff)
downloadpfsense-9c6f780f668ea0a93fc6e60e5aca8ead4661a0e3.zip
pfsense-9c6f780f668ea0a93fc6e60e5aca8ead4661a0e3.tar.gz
Fixed #6711
(cherry picked from commit ca3dc6c9ac6b6045430779f407a31ed620f5a32d)
Diffstat (limited to 'src/usr/local/www/diag_states_summary.php')
-rw-r--r--src/usr/local/www/diag_states_summary.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/local/www/diag_states_summary.php b/src/usr/local/www/diag_states_summary.php
index f841bad..64e50a1 100644
--- a/src/usr/local/www/diag_states_summary.php
+++ b/src/usr/local/www/diag_states_summary.php
@@ -175,6 +175,11 @@ function print_summary_table($label, $iparr, $sort = TRUE) {
<table class="table table-hover table-condensed table-striped">
<thead>
<tr>
+ <th></th><th></th><th></th>
+ <th colspan="3" class="text-center colspanth"><?=gettext("Protocol counts")?></th>
+ </tr>
+
+ <tr>
<th ><?=gettext("IP");?></th>
<th class="text-center"># <?=gettext("States");?></th>
<th ><?=gettext("Protocol");?></th>
OpenPOWER on IntegriCloud