diff options
-rwxr-xr-x | usr/local/www/interfaces.php | 1 | ||||
-rwxr-xr-x | usr/local/www/interfaces_lan.php | 1 | ||||
-rwxr-xr-x | usr/local/www/interfaces_opt.php | 1 | ||||
-rwxr-xr-x | usr/local/www/interfaces_wan.php | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 4601dfc..2f8c9b3 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -510,6 +510,7 @@ function type_change(enable_change,enable_change_pptp) { <option value="Kb">Kilobit/s</option> <option value="Mb">Megabit/s</option> <option value="Gb">Gigabit/s</option> + <option value=""></option> </select> <br> The bandwidth setting will define the speed of the interface for traffic shaping. </td> diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php index c169cc5..631f4f5 100755 --- a/usr/local/www/interfaces_lan.php +++ b/usr/local/www/interfaces_lan.php @@ -173,6 +173,7 @@ function ipaddr_change() { <option value="Kb">Kilobit/s</option> <option value="Mb">Megabit/s</option> <option value="Gb">Gigabit/s</option> + <option value=""></option> </select> <br> The bandwidth setting will define the speed of the interface for traffic shaping. </td> diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php index 64189d0..ae03380 100755 --- a/usr/local/www/interfaces_opt.php +++ b/usr/local/www/interfaces_opt.php @@ -267,6 +267,7 @@ function ipaddr_change() { <option value="Kb">Kilobit/s</option> <option value="Mb">Megabit/s</option> <option value="Gb">Gigabit/s</option> + <option value=""></option> </select> <br> The bandwidth setting will define the speed of the interface for traffic shaping. </td> diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php index 4601dfc..2f8c9b3 100755 --- a/usr/local/www/interfaces_wan.php +++ b/usr/local/www/interfaces_wan.php @@ -510,6 +510,7 @@ function type_change(enable_change,enable_change_pptp) { <option value="Kb">Kilobit/s</option> <option value="Mb">Megabit/s</option> <option value="Gb">Gigabit/s</option> + <option value=""></option> </select> <br> The bandwidth setting will define the speed of the interface for traffic shaping. </td> |