Fix to break status icons to a new line

This commit is contained in:
Ilia Ross
2024-05-31 12:15:02 +03:00
parent 5d363d60fe
commit b697c134f1

View File

@@ -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) {