mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
FreeBSD tag field fix
This commit is contained in:
@ -78,7 +78,7 @@ print &ui_table_row($text{'edit_active'},
|
||||
if ($config{'tags'}) {
|
||||
# Tag name
|
||||
print &ui_table_row($text{'edit_tag'},
|
||||
&ui_select("tag", $log->{'section'},
|
||||
&ui_select("tag", $log->{'section'}->{'tag'},
|
||||
[ map { [ $_->{'index'},
|
||||
$_->{'tag'} eq '*' ? $text{'all'} : $_->{'tag'} ] }
|
||||
grep { $_->{'tag'} } @$conf ]));
|
||||
|
Reference in New Issue
Block a user