use different UI logo than XMPP

This commit is contained in:
Daniel Steglich 2015-02-23 12:51:41 +00:00
parent 17ffdd6fee
commit 7ea9e1cf94

View File

@ -42,7 +42,7 @@ subsubmenu = [{'url': reverse_lazy('dynamicdns:index'),
def init():
"""Initialize the dynamicdns module"""
menu = cfg.main_menu.get('apps:index')
menu.add_urlname('Dynamic DNS', 'glyphicon-comment',
menu.add_urlname('Dynamic DNS', 'glyphicon-refresh',
'dynamicdns:index', 40)