summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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