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