Revision 748cbea6
Added by Sander van Leeuwen about 10 years ago
usr/local/www/vpn_l2tp_users.php | ||
---|---|---|
88 | 88 |
$tab_array = array(); |
89 | 89 |
$tab_array[0] = array(gettext("Configuration"), false, "vpn_l2tp.php"); |
90 | 90 |
$tab_array[1] = array(gettext("Users"), true, "vpn_l2tp_users.php"); |
91 |
display_top_tabs($tab_array, false, 'pills');
|
|
91 |
display_top_tabs($tab_array); |
|
92 | 92 |
?> |
93 | 93 |
<div class="table-responsive"> |
94 | 94 |
<table class="table table-striped table-hover"> |
Also available in: Unified diff
Update display_top_tabs to use pills as default
Refs. #107