Set order_console_by_time

This commit is contained in:
Robin Dunn
2015-02-15 23:56:49 -08:00
parent 3c7590b185
commit 109fb59740

View File

@@ -349,7 +349,8 @@ c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg,
change_hook_dialects={
'base': True,
'github': True},
change_hook_auth=["file:changehook.passwd"],
change_hook_auth=["file:changehook.passwd"],
order_console_by_time=True,
))