mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-16 07:50:16 +02:00
Merge branch 'menu-fa-cleanup' into 'v4.x'
[CHANGE] FA classes in menu hooks updated See merge request allianceauth/allianceauth!1571
This commit is contained in:
commit
8b7e57494c
@ -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:']
|
||||
)
|
||||
|
@ -86,7 +86,7 @@
|
||||
{% include 'menu/sortable-side-menu.html' %}
|
||||
|
||||
<div class="nav-padding col flex-nowrap vh-100 overflow-auto">
|
||||
<div class="my-4">
|
||||
<div class="my-3">
|
||||
{% include 'allianceauth/messages-bs5.html' %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -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