Status block enabled.

This commit is contained in:
pk13055 2016-11-17 13:31:24 +05:30 committed by James Valleroy
parent 552dcb31dc
commit d328a112cd
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -30,6 +30,6 @@ urlpatterns = [
service_id=ttrss.managed_services[0],
diagnostics_module_name="ttrss",
description=ttrss.description,
show_status_block=False
show_status_block=True
), name='index'),
]