mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-14 04:14:36 +02:00
Make allow checkbox for permissions green
This commit is contained in:
parent
e2875adc22
commit
70120bdaa9
3 changed files with 14 additions and 4 deletions
|
@ -97,6 +97,9 @@ class PermissionType extends AbstractType
|
|||
'mapped' => false,
|
||||
'label' => $operation['label'] ?? null,
|
||||
'disabled' => $options['disabled'],
|
||||
'attr' => [
|
||||
'class' => 'permission-checkbox tristate',
|
||||
],
|
||||
'label_attr' => [
|
||||
'class' => 'checkbox-inline opacity-100',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue