mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove per user bandwidth javascript code and use more padding on table
This commit is contained in:
parent
b069d7742f
commit
d0379bd50d
@ -274,7 +274,6 @@ function enable_change(enable_change) {
|
||||
|
||||
auth_method_change();
|
||||
enable_https();
|
||||
//enable_peruserbw();
|
||||
|
||||
}
|
||||
//-->
|
||||
@ -352,7 +351,7 @@ to access after they've authenticated.</td>
|
||||
<tr>
|
||||
<td width="22%" valign="top" class="vncell">RADIUS server</td>
|
||||
<td width="78%" class="vtable">
|
||||
<table cellpadding="0" cellspacing="0">
|
||||
<table cellpadding="1" cellspacing="1">
|
||||
<td>No Authentication: </td>
|
||||
<td><input name="auth_method" type="radio" id="auth_method" value="none" <?php if($pconfig['auth_method']!="local" || $pconfig['auth_method']!="radius") echo "checked"; ?> onClick="auth_method_change()"></td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user