mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
jsxc, sharing: Add 'Learn more...' link for help pages
Solves #1907 for JSXC and Sharing pages. WireGuard is not yet included in the manual and missing pages show an ugly error. Signed-off-by: Fioddor Superconcentrado <fioddor@gmail.com> [sunil: Formatted using yapf] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
987f74ee0b
commit
0d4d3beea3
@ -42,7 +42,8 @@ class JSXCApp(app_module.App):
|
||||
info = app_module.Info(app_id=self.app_id, version=version,
|
||||
name=_('JSXC'), icon_filename='jsxc',
|
||||
short_description=_('Chat Client'),
|
||||
description=_description, clients=clients)
|
||||
description=_description, manual_page='JSXC',
|
||||
clients=clients)
|
||||
self.add(info)
|
||||
|
||||
menu_item = menu.Menu('menu-jsxc', info.name, info.short_description,
|
||||
|
||||
@ -36,7 +36,7 @@ class SharingApp(app_module.App):
|
||||
super().__init__()
|
||||
info = app_module.Info(app_id=self.app_id, version=version,
|
||||
name=_('Sharing'), icon_filename='sharing',
|
||||
description=_description)
|
||||
manual_page='Sharing', description=_description)
|
||||
self.add(info)
|
||||
|
||||
menu_item = menu.Menu('menu-sharing', info.name, None,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user