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