mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-14 15:09:31 +00:00
Allow to define icons for settings
This commit is contained in:
parent
947cce78d7
commit
47830dcd08
8 changed files with 72 additions and 3 deletions
|
|
@ -25,6 +25,7 @@ namespace App\Settings\SystemSettings;
|
|||
|
||||
use App\Form\History\EnforceEventCommentTypesType;
|
||||
use App\Services\LogSystem\EventCommentType;
|
||||
use App\Settings\SettingsIcon;
|
||||
use Jbtronics\SettingsBundle\Metadata\EnvVarMode;
|
||||
use Jbtronics\SettingsBundle\ParameterTypes\ArrayType;
|
||||
use Jbtronics\SettingsBundle\ParameterTypes\EnumType;
|
||||
|
|
@ -34,6 +35,7 @@ use Jbtronics\SettingsBundle\Settings\SettingsTrait;
|
|||
use Symfony\Component\Translation\TranslatableMessage as TM;
|
||||
|
||||
#[Settings(label: new TM("settings.system.history"))]
|
||||
#[SettingsIcon("fa-binoculars")]
|
||||
class HistorySettings
|
||||
{
|
||||
use SettingsTrait;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue