commit 62e94b5490eeb854b79418ceb564de28da6df967
parent 119432b32882e209db33ed40f83cb1d35d1e1fe0
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 21 Apr 2021 15:42:39 +0200
enable grid
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git 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": [],