mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Make tabular view the default (vs. graphing view).
Change-Id: I9f0961f2c474e8cce5e376ce4e20040644f89370
This commit is contained in:
parent
6eecee55b7
commit
5e8d57bec1
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue