taskotron-dev: disable www plugins

They are broken, some javascript or CSS issue.
This commit is contained in:
Kamil Páral 2019-02-08 12:57:59 +01:00
parent c66185fb7b
commit e89337e6c5

View file

@ -404,11 +404,6 @@ c['buildbotURL'] = "https://{{ external_hostname }}/{{buildmaster_endpoint}}/"
c['www'] = {
'port': 8010,
'plugins': {
'waterfall_view': {},
'console_view': {},
'grid_view': {},
},
'change_hook_dialects': {
'base': True,
},