mirror of https://github.com/mikaku/Monitorix.git
small cosmetic change
This commit is contained in:
parent
aecd361d16
commit
bfd3fcaf49
|
@ -478,6 +478,7 @@ sub libvirt_cgi {
|
|||
} else {
|
||||
$str = $libvirt->{desc}->{$vm}->{desc} || "";
|
||||
}
|
||||
|
||||
push(@tmpz, "LINE2:cpu" . $n . $LC[$n] . ":$str");
|
||||
$str = sprintf("%-20s", substr($str, 0, 20));
|
||||
push(@tmp, "LINE2:cpu" . $n . $LC[$n] . ":$str");
|
||||
|
|
Loading…
Reference in New Issue