mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Use fire glyphicon for firewall
This commit is contained in:
parent
86c1307dc1
commit
b9d4688913
@ -36,7 +36,7 @@ LOGGER = logging.getLogger(__name__)
|
|||||||
def init():
|
def init():
|
||||||
"""Initailze firewall module"""
|
"""Initailze firewall module"""
|
||||||
menu = cfg.main_menu.get('system:index')
|
menu = cfg.main_menu.get('system:index')
|
||||||
menu.add_urlname(_('Firewall'), 'glyphicon-flag', 'firewall:index', 50)
|
menu.add_urlname(_('Firewall'), 'glyphicon-fire', 'firewall:index', 50)
|
||||||
|
|
||||||
service_enabled.connect(on_service_enabled)
|
service_enabled.connect(on_service_enabled)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user