mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to break status icons to a new line
This commit is contained in:
@@ -35,7 +35,7 @@ foreach my $s (@serv) {
|
||||
my @remotes = &expand_remotes($s);
|
||||
my @ups = map { defined($stat->{$_}) ? ( $stat->{$_} ) : ( ) } @remotes;
|
||||
my @icons = map { "<img src=".&get_status_icon($_)."> ".
|
||||
&status_to_string($_) } @ups;
|
||||
&status_to_string($_)."<br>" } @ups;
|
||||
$down += scalar(grep { $_ == 0 } @ups);
|
||||
my $desc = &html_escape($s->{'desc'});
|
||||
if ($can) {
|
||||
|
||||
Reference in New Issue
Block a user