mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +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():
|
def init():
|
||||||
"""Initialize the names module."""
|
"""Initialize the names module."""
|
||||||
menu = cfg.main_menu.get('system:index')
|
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)
|
'names:index', 19)
|
||||||
|
|
||||||
domain_added.connect(on_domain_added)
|
domain_added.connect(on_domain_added)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user