Revision 96ab6943
Added by Chris Buechler about 9 years ago
src/usr/local/www/services_dhcp.php | ||
---|---|---|
679 | 679 |
|
680 | 680 |
// Build an HTML table that can be inserted into a Form_StaticText element |
681 | 681 |
function build_pooltable() { |
682 |
global $a_pools; |
|
682 |
global $a_pools, $if;
|
|
683 | 683 |
|
684 | 684 |
$pooltbl = '<div class="table-responsive">'; |
685 | 685 |
$pooltbl .= '<table class="table table-striped table-hover table-condensed">'; |
Also available in: Unified diff
Fix missing interface in pool edit. Ticket #6303