diff --git a/plinth/modules/performance/manifest.py b/plinth/modules/performance/manifest.py index 4d0c87e6d..22b616c51 100644 --- a/plinth/modules/performance/manifest.py +++ b/plinth/modules/performance/manifest.py @@ -4,12 +4,13 @@ FreedomBox app for System Monitoring (cockpit-pcp) in ‘System’. """ from django.utils.translation import ugettext_lazy as _ + from plinth.clients import validate clients = validate([{ 'name': _('Cockpit'), 'platforms': [{ 'type': 'web', - 'url': '/_cockpit/' + 'url': '/_cockpit/system/graphs' }] }])