mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
Use globe glyphicon for pagekite
This commit is contained in:
parent
b9d4688913
commit
86ce7cdf25
@ -40,7 +40,7 @@ LOGGER = logging.getLogger(__name__)
|
|||||||
def init():
|
def init():
|
||||||
"""Intialize the PageKite module"""
|
"""Intialize the PageKite module"""
|
||||||
menu = cfg.main_menu.get('apps:index')
|
menu = cfg.main_menu.get('apps:index')
|
||||||
menu.add_urlname(_('Public Visibility (PageKite)'), 'glyphicon-flag',
|
menu.add_urlname(_('Public Visibility (PageKite)'), 'glyphicon-globe',
|
||||||
'pagekite:index', 50)
|
'pagekite:index', 50)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user