mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
committed by
Tony Murray
parent
0c237ba9c1
commit
a4be2a4892
@ -64,7 +64,7 @@ foreach (get_graph_subtypes($type) as $avail_type) {
|
||||
} else {
|
||||
$is_selected = '';
|
||||
}
|
||||
$graphs_types .= '<option value="' . generate_url($vars, array('format' => 'graph_' . $avail_type)) . '" ' . $is_selected . '>' . $display_type . '</option>';
|
||||
$graphs_types .= '<option value="' . generate_url($vars, array('format' => 'graph_' . $avail_type, 'from' => $vars['from'] ?: $config['time']['day'], 'to' => $vars['to'] ?: $config['time']['now'])) . '" ' . $is_selected . '>' . $display_type . '</option>';
|
||||
}
|
||||
$graphs_types .= '</select>';
|
||||
|
||||
|
Reference in New Issue
Block a user