mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 14:28:42 +02:00
Use icons for info provider settings
This commit is contained in:
parent
47830dcd08
commit
99c10ffe85
4 changed files with 8 additions and 0 deletions
|
@ -23,12 +23,14 @@ declare(strict_types=1);
|
|||
|
||||
namespace App\Settings\InfoProviderSystem;
|
||||
|
||||
use App\Settings\SettingsIcon;
|
||||
use Jbtronics\SettingsBundle\Settings\Settings;
|
||||
use Jbtronics\SettingsBundle\Settings\SettingsParameter;
|
||||
use Jbtronics\SettingsBundle\Settings\SettingsTrait;
|
||||
use Symfony\Component\Translation\TranslatableMessage as TM;
|
||||
|
||||
#[Settings(label: new TM("settings.ips.element14"))]
|
||||
#[SettingsIcon("fa-plug")]
|
||||
class Element14Settings
|
||||
{
|
||||
use SettingsTrait;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue