Project

General

Profile

« Previous | Next » 

Revision 106eb8d3

Added by Stephen Beaver about 9 years ago

Fixed #6158
Really a temporary work-around. This issue requires a better solution in which the data is normalized and added to the <td> via a data-sortable attribute.

View differences:

src/usr/local/www/diag_dump_states.php
213 213
						<th><?=gettext("Protocol")?></th>
214 214
						<th><?=gettext("Source -> Router -> Destination")?></th>
215 215
						<th><?=gettext("State")?></th>
216
						<th><?=gettext("Packets")?></th>
217
						<th><?=gettext("Bytes")?></th>
218
						<th></th> <!-- For the optional "Remove" button -->
216
						<th data-sortable="false"><?=gettext("Packets")?></th>
217
						<th data-sortable="false"><?=gettext("Bytes")?></th>
218
						<th data-sortable="false"></th> <!-- For the optional "Remove" button -->
219 219
					</tr>
220 220
				</thead>
221 221
				<tbody>

Also available in: Unified diff