Project

General

Profile

« Previous | Next » 

Revision 55f67b5a

Added by Stephen Beaver about 9 years ago

Fixed #6504 by making table sortable

View differences:

src/usr/local/www/services_dhcp.php
1323 1323
<div class="panel panel-default">
1324 1324
	<div class="panel-heading"><h2 class="panel-title"><?=gettext("DHCP Static Mappings for this Interface")?></h2></div>
1325 1325
	<div class="table-responsive">
1326
			<table class="table table-striped table-hover table-condensed">
1326
			<table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable>
1327 1327
				<thead>
1328 1328
					<tr>
1329 1329
						<th><?=gettext("Static ARP")?></th>

Also available in: Unified diff