From 0da8b2add1832c5c84dad08b5cf3efa6f240f85c Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Thu, 30 Oct 2014 16:38:25 +0100 Subject: [PATCH] Make tabular view the default (vs. graphing view). Change-Id: I9f0961f2c474e8cce5e376ce4e20040644f89370 --- web/static/js/graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/js/graph.js b/web/static/js/graph.js index a392373595..16c7109e2c 100644 --- a/web/static/js/graph.js +++ b/web/static/js/graph.js @@ -58,7 +58,7 @@ Prometheus.Graph.prototype.initialize = function() { self.options["id"] = self.id; self.options["range_input"] = self.options["range_input"] || "1h"; self.options["stacked_checked"] = self.options["stacked"] ? "checked" : ""; - self.options["tab"] = self.options["tab"] || 0; + self.options["tab"] = self.options["tab"] || 1; // Draw graph controls and container from Handlebars template.