mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
names: Update icon to not clash with applications
This commit is contained in:
parent
e507fe163f
commit
803f4ecc94
@ -43,7 +43,7 @@ logger = logging.getLogger(__name__)
|
||||
def init():
|
||||
"""Initialize the names module."""
|
||||
menu = cfg.main_menu.get('system:index')
|
||||
menu.add_urlname(ugettext_lazy('Name Services'), 'glyphicon-th',
|
||||
menu.add_urlname(ugettext_lazy('Name Services'), 'glyphicon-tag',
|
||||
'names:index', 19)
|
||||
|
||||
domain_added.connect(on_domain_added)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user