Revision 31f171e4
Added by Chris Buechler about 9 years ago
src/usr/local/www/diag_dump_states.php | ||
---|---|---|
212 | 212 |
<tr> |
213 | 213 |
<th><?=gettext("Interface")?></th> |
214 | 214 |
<th><?=gettext("Protocol")?></th> |
215 |
<th><?=gettext("Source -> Router -> Destination")?></th>
|
|
215 |
<th><?=gettext("Source (Original Source) -> Destination (Original Destination)")?></th>
|
|
216 | 216 |
<th><?=gettext("State")?></th> |
217 | 217 |
<th data-sortable="false"><?=gettext("Packets")?></th> |
218 | 218 |
<th data-sortable="false"><?=gettext("Bytes")?></th> |
Also available in: Unified diff
Correct/clarify column header. Ticket #6530