mirror of
https://github.com/webmin/webmin.git
synced 2026-06-20 11:20:30 +01:00
Blank isn't an allowed option for mynetworks_style
This commit is contained in:
@@ -89,8 +89,7 @@ print &ui_table_start($text{'general_title_others'}, "width=100%", 4);
|
||||
&option_radios_freefield("mynetworks", 60, $text{'opts_mynetworks_default'});
|
||||
|
||||
&option_select("mynetworks_style",
|
||||
[ [ "", $text{'default'} ],
|
||||
[ "subnet", $text{'opts_mynetworks_subnet'} ],
|
||||
[ [ "subnet", $text{'opts_mynetworks_subnet'} ],
|
||||
[ "class", $text{'opts_mynetworks_class'} ],
|
||||
[ "host", $text{'opts_mynetworks_host'} ] ]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user