mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
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:
parent
b0ef84f54a
commit
5b58f0597d
@ -59,6 +59,8 @@ description = [
|
|||||||
|
|
||||||
service = None
|
service = None
|
||||||
|
|
||||||
|
manual_page = 'Cockpit'
|
||||||
|
|
||||||
|
|
||||||
def init():
|
def init():
|
||||||
"""Intialize the module."""
|
"""Intialize the module."""
|
||||||
|
|||||||
@ -30,6 +30,7 @@ urlpatterns = [
|
|||||||
diagnostics_module_name='cockpit',
|
diagnostics_module_name='cockpit',
|
||||||
description=cockpit.description,
|
description=cockpit.description,
|
||||||
show_status_block=True,
|
show_status_block=True,
|
||||||
clients=cockpit.clients),
|
clients=cockpit.clients,
|
||||||
|
manual_page=cockpit.manual_page),
|
||||||
name='index'),
|
name='index'),
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user