mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Merge pull request #76 from jvalleroy/update-jwchat-link
Update link to jwchat.
This commit is contained in:
commit
d7a3235120
@ -10,7 +10,7 @@ class Apps(PagePlugin):
|
||||
PagePlugin.__init__(self, *args, **kwargs)
|
||||
self.register_page("apps")
|
||||
self.menu = cfg.main_menu.add_item("Apps", "icon-download-alt", "/apps", 80)
|
||||
self.menu.add_item("Chat", "icon-comment", "http://freedombox.local", 30)
|
||||
self.menu.add_item("Chat", "icon-comment", "/../jwchat", 30)
|
||||
self.menu.add_item("Photo Gallery", "icon-picture", "/apps/photos", 35)
|
||||
|
||||
@cherrypy.expose
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user