mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Cleanup white backgrounds on certain graphs
This commit is contained in:
@ -675,7 +675,7 @@ function generate_bill_url($bill, $vars = array())
|
||||
function generate_port_image($args)
|
||||
{
|
||||
if (!$args['bg']) {
|
||||
$args['bg'] = 'FFFFFF';
|
||||
$args['bg'] = 'FFFFFF00';
|
||||
}
|
||||
|
||||
return "<img src='graph.php?type=".$args['graph_type'].'&id='.$args['port_id'].'&from='.$args['from'].'&to='.$args['to'].'&width='.$args['width'].'&height='.$args['height'].'&bg='.$args['bg']."'>";
|
||||
|
Reference in New Issue
Block a user