Make tabular view the default (vs. graphing view).

Change-Id: I9f0961f2c474e8cce5e376ce4e20040644f89370
This commit is contained in:
Julius Volz 2014-10-30 16:38:25 +01:00
parent 2c4cab07b1
commit 0da8b2add1

View file

@ -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.