mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Disable the 12 hour graph for now, it appears to have defective math.
This commit is contained in:
parent
d92b33116b
commit
7d80239407
@ -198,7 +198,7 @@ $custom_databases = array_merge($dbheader_custom, $databases);
|
||||
|
||||
$styles = array('inverse' => gettext('Inverse'),
|
||||
'absolute' => gettext('Absolute'));
|
||||
$graphs = array("12hour", "day", "week", "month", "quarter", "year", "4year");
|
||||
$graphs = array("day", "week", "month", "quarter", "year", "4year");
|
||||
$periods = array("current" => gettext("Current Period"), "previous" => gettext("Previous Period"));
|
||||
|
||||
$pgtitle = array(gettext("Status"),gettext("RRD Graphs"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user