mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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
|
||||
|
||||
manual_page = 'Cockpit'
|
||||
|
||||
|
||||
def init():
|
||||
"""Intialize the module."""
|
||||
|
||||
@ -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'),
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user