summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2010-09-12 22:30:02 +0200
committersmos <seth.mos@dds.nl>2010-09-12 22:30:02 +0200
commit7d80239407fc1c8f552ba2a334b86fbc5b9fecb9 (patch)
tree6f9faf5a375d3f8af260dbba2b6ad9e6dadedbe8 /usr/local/www/status_rrd_graph.php
parentd92b33116b63a69d409e42f7c8bc04c710e6d642 (diff)
downloadpfsense-7d80239407fc1c8f552ba2a334b86fbc5b9fecb9.zip
pfsense-7d80239407fc1c8f552ba2a334b86fbc5b9fecb9.tar.gz
Disable the 12 hour graph for now, it appears to have defective math.
Diffstat (limited to 'usr/local/www/status_rrd_graph.php')
-rwxr-xr-xusr/local/www/status_rrd_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index d66a9d7..2eedd90 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -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"));
OpenPOWER on IntegriCloud