mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
small text fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@2613 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -62,7 +62,7 @@ if (count($drives))
|
|||||||
unset($link_array['height'], $link_array['width'], $link_array['legend']);
|
unset($link_array['height'], $link_array['width'], $link_array['legend']);
|
||||||
$link = generate_url($link_array);
|
$link = generate_url($link_array);
|
||||||
|
|
||||||
$overlib_content = generate_overlib_content($graph_array, $device['hostname'] . " - " . $text_descr);
|
$overlib_content = generate_overlib_content($graph_array, $device['hostname'] . " - " . $drive['storage_descr']);
|
||||||
|
|
||||||
$graph_array['width'] = 80; $graph_array['height'] = 20; $graph_array['bg'] = $graph_colour;
|
$graph_array['width'] = 80; $graph_array['height'] = 20; $graph_array['bg'] = $graph_colour;
|
||||||
|
|
||||||
|
|||||||
@@ -843,7 +843,6 @@ function makeshortif($if)
|
|||||||
$if = fixifName ($if);
|
$if = fixifName ($if);
|
||||||
$if = strtolower($if);
|
$if = strtolower($if);
|
||||||
$if = array_str_replace($rewrite_shortif, $if);
|
$if = array_str_replace($rewrite_shortif, $if);
|
||||||
$if = ucfirst($if);
|
|
||||||
return $if;
|
return $if;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user