mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
[CHANGE] FA classes in menu hooks updated
This commit is contained in:
parent
6f670da1db
commit
49ff355d50
@ -10,7 +10,7 @@ class CorpStats(MenuItemHook):
|
||||
MenuItemHook.__init__(
|
||||
self,
|
||||
_('Corporation Stats'),
|
||||
'fas fa-share-alt fa-fw',
|
||||
'fa-solid fa-share-nodes',
|
||||
'corputils:view',
|
||||
navactive=['corputils:']
|
||||
)
|
||||
|
@ -7,7 +7,7 @@ from allianceauth.services.hooks import UrlHook
|
||||
|
||||
@hooks.register('menu_item_hook')
|
||||
def register_menu():
|
||||
return MenuItemHook(_('Fleet Activity Tracking'), 'fas fa-users fa-fw', 'fatlink:view',
|
||||
return MenuItemHook(_('Fleet Activity Tracking'), 'fa-solid fa-users', 'fatlink:view',
|
||||
navactive=['fatlink:'])
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@ class ApplicationsMenu(MenuItemHook):
|
||||
MenuItemHook.__init__(
|
||||
self,
|
||||
_('Applications'),
|
||||
'far fa-file fa-fw',
|
||||
'fa-regular fa-file',
|
||||
'hrapplications:index',
|
||||
navactive=['hrapplications:'])
|
||||
|
||||
|
@ -10,7 +10,7 @@ class OpTimerboardMenu(MenuItemHook):
|
||||
def __init__(self):
|
||||
MenuItemHook.__init__(
|
||||
self, _('Fleet Operations'),
|
||||
'fas fa-exclamation fa-fw',
|
||||
'fa-solid fa-exclamation',
|
||||
'optimer:view',
|
||||
navactive=['optimer:']
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ class PermissionsTool(MenuItemHook):
|
||||
MenuItemHook.__init__(
|
||||
self,
|
||||
'Permissions Audit',
|
||||
'fas fa-id-card fa-fw',
|
||||
'fa-solid fa-id-card',
|
||||
'permissions_tool:overview',
|
||||
order=400,
|
||||
navactive=['permissions_tool:']
|
||||
|
@ -10,7 +10,7 @@ class Services(MenuItemHook):
|
||||
MenuItemHook.__init__(
|
||||
self,
|
||||
_('Services'),
|
||||
'fas fa-cogs fa-fw',
|
||||
'fa-solid fa-gears',
|
||||
'services:services', 100
|
||||
)
|
||||
|
||||
|
@ -78,7 +78,7 @@ class JabberBroadcast(MenuItemHook):
|
||||
MenuItemHook.__init__(
|
||||
self,
|
||||
_('Jabber Broadcast'),
|
||||
'fas fa-bullhorn fa-fw',
|
||||
'fa-solid fa-bullhorn',
|
||||
'openfire:broadcast'
|
||||
)
|
||||
|
||||
@ -93,7 +93,7 @@ class FleetBroadcastFormatter(MenuItemHook):
|
||||
MenuItemHook.__init__(
|
||||
self,
|
||||
_('Fleet Broadcast Formatter'),
|
||||
'fas fa-space-shuttle fa-fw',
|
||||
'fa-solid fa-space-shuttle',
|
||||
'services:fleet_format_tool'
|
||||
)
|
||||
|
||||
|
@ -12,7 +12,7 @@ class SrpMenu(MenuItemHook):
|
||||
def __init__(self):
|
||||
MenuItemHook.__init__(
|
||||
self, _('Ship Replacement'),
|
||||
'far fa-money-bill-alt fa-fw',
|
||||
'fa-regular fa-money-bill-1',
|
||||
'srp:management',
|
||||
navactive=['srp:']
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ class TimerboardMenu(MenuItemHook):
|
||||
def __init__(self):
|
||||
MenuItemHook.__init__(
|
||||
self, 'Structure Timers',
|
||||
'far fa-clock fa-fw',
|
||||
'fa-regular fa-clock',
|
||||
'timerboard:view',
|
||||
navactive=['timerboard:']
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user