Show a hint that trend line exists (#10573)

This commit is contained in:
Tony Murray 2019-09-02 13:12:27 +00:00 committed by Jellyfrog
parent 0fc5331466
commit 4fdf1618a1
1 changed files with 5 additions and 0 deletions

View File

@ -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);