summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/css/pfSense.css4
-rw-r--r--src/usr/local/www/diag_states_summary.php5
2 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/local/www/css/pfSense.css b/src/usr/local/www/css/pfSense.css
index 19bce9f..f814e6f 100644
--- a/src/usr/local/www/css/pfSense.css
+++ b/src/usr/local/www/css/pfSense.css
@@ -975,3 +975,7 @@ svg {
.chkboxlbl {
padding-top: 4px;
}
+
+.colspanth {
+ background-color: #eeeeee;
+}
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