cockpit: Add link to manual page

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Sunil Mohan Adapa 2019-01-10 13:56:08 -08:00 committed by Joseph Nuthalapati
parent b0ef84f54a
commit 5b58f0597d
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35
2 changed files with 4 additions and 1 deletions

View File

@ -59,6 +59,8 @@ description = [
service = None
manual_page = 'Cockpit'
def init():
"""Intialize the module."""

View File

@ -30,6 +30,7 @@ urlpatterns = [
diagnostics_module_name='cockpit',
description=cockpit.description,
show_status_block=True,
clients=cockpit.clients),
clients=cockpit.clients,
manual_page=cockpit.manual_page),
name='index'),
]