mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Show a hint that trend line exists (#10573)
This commit is contained in:
@@ -152,6 +152,11 @@ if (!$auth) {
|
||||
} else {
|
||||
echo(generate_link("Show RRD Command", $vars, array('page' => "graphs", 'showcommand' => "yes")));
|
||||
}
|
||||
|
||||
if ($vars['type'] == 'port_bits') {
|
||||
echo ' | To show trend, set to future date';
|
||||
}
|
||||
|
||||
echo('</center>');
|
||||
|
||||
echo generate_graph_js_state($graph_array);
|
||||
|
Reference in New Issue
Block a user