mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
descriptions on graph page (none created yet)
git-svn-id: http://www.observium.org/svn/observer/trunk@2931 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -216,6 +216,19 @@ if (!$auth)
|
||||
echo(generate_graph_tag($graph_array));
|
||||
echo("</div>");
|
||||
|
||||
if(isset($config['graph_descr'][$vars['type']]))
|
||||
{
|
||||
|
||||
print_optionbar_start();
|
||||
|
||||
echo('<div style="float: left; height: 100%;">
|
||||
<div style="padding: 10px"><img src="images/16/information.png" /></div>
|
||||
</div>');
|
||||
echo($config['graph_descr'][$vars['type']]);
|
||||
print_optionbar_end();
|
||||
|
||||
}
|
||||
|
||||
if($vars['showcommand'])
|
||||
{
|
||||
$_GET = $graph_array;
|
||||
|
||||
Reference in New Issue
Block a user