Revision 4ad34942
Added by Steve Beaver about 7 years ago
src/usr/local/www/firewall_rules.php | ||
---|---|---|
352 | 352 |
<table id="ruletable" class="table table-hover table-striped table-condensed" style="overflow-x: 'visible'"> |
353 | 353 |
<thead> |
354 | 354 |
<tr> |
355 |
<th style="padding-left:10px;"> <input type="checkbox" id="selectAll" name="selectAll" /></th>
|
|
355 |
<th><input type="checkbox" id="selectAll" name="selectAll" /></th>
|
|
356 | 356 |
<th><!-- status icons --></th> |
357 | 357 |
<th><?=gettext("States")?></th> |
358 | 358 |
<th><?=gettext("Protocol")?></th> |
Also available in: Unified diff
Add "select all" control to remaining NAT pages