mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02:00
Clean up sizing of top 10 graph
This commit is contained in:
@@ -465,7 +465,7 @@ function generate_port_thumbnail($port)
|
||||
$port['from'] = $config['time']['day'];
|
||||
$port['to'] = $config['time']['now'];
|
||||
$port['width'] = 150;
|
||||
$port['height'] = 19;
|
||||
$port['height'] = 21;
|
||||
return generate_port_image($port);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user