summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e15eee5..39c5753 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1246,9 +1246,11 @@ authz = util.Authz(
# https://bugzilla.redhat.com/show_bug.cgi?id=1557687
c["www"] = {
"port": 8010,
+ "default_page": 'waterfall',
"plugins": {
- "waterfall_view": {},
- "console_view": {}
+ "waterfall_view": True,
+ "console_view": True,
+ "grid_view": True,
},
"allowed_origins": ["https://*.taler.net"],
"avatar_methods": [],