Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"use strict";

var config = {
releases: ["1.3", "1.3T", "1.4"], // which releases to show
releases: ["1.3", "1.3T", "1.4", "2.0", "2.1"], // which releases to show
flag: "cf_blocking_b2g", // name of the release flag to use
reload: 0, // reload every this many seconds (0 means disabled)
maxAge: 7, // maximum age in days (deep red when showing activity)
Expand Down