Skip to content

Commit

Permalink
Merge pull request #3433 from rodrigc/grid_view
Browse files Browse the repository at this point in the history
Add grid_view to web UI plugins in sample master.cfg files.
  • Loading branch information
tardyp committed Jul 13, 2017
2 parents 3715a16 + acfe46b commit dc113c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion master/buildbot/scripts/sample.cfg
Expand Up @@ -93,7 +93,7 @@ c['buildbotURL'] = "http://localhost:8010/"

# minimalistic config to activate new web UI
c['www'] = dict(port=8010,
plugins=dict(waterfall_view={}, console_view={}))
plugins=dict(waterfall_view={}, console_view={}, grid_view={}))

####### DB URL

Expand Down
2 changes: 1 addition & 1 deletion master/docs/examples/git_gerrit.cfg
Expand Up @@ -207,7 +207,7 @@ c['buildbotURL'] = "http://localhost:8010/"

# minimalistic config to activate new web UI
c['www'] = dict(port=8010,
plugins=dict(waterfall_view={}, console_view={}))
plugins=dict(waterfall_view={}, console_view={}, grid_view={}))

####### DB URL

Expand Down
2 changes: 1 addition & 1 deletion smokes/master.cfg
Expand Up @@ -114,7 +114,7 @@ c['buildbotURL'] = "http://localhost:8010/"
# minimalistic config to activate new web UI
c['www'] = dict(port=8010,
change_hook_dialects={'base': True},
plugins=dict(waterfall_view={}, console_view={}))
plugins=dict(waterfall_view={}, console_view={}, grid_view={}))

c['buildbotNetUsageData'] = None
####### DB URL
Expand Down

0 comments on commit dc113c5

Please sign in to comment.