From 5e8d57bec1a21c39b55f20c67425c065405f8153 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 ef2962ad5..8ff72dc83 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.