mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-10 04:48:43 +02:00
fix sections on customization tab
This commit is contained in:
parent
4e1980c051
commit
a26b7f1c04
@ -400,6 +400,7 @@ class EditProfile extends BaseEditProfile
|
|||||||
'grid' => trans('profile.grid'),
|
'grid' => trans('profile.grid'),
|
||||||
'table' => trans('profile.table'),
|
'table' => trans('profile.table'),
|
||||||
]),
|
]),
|
||||||
|
]),
|
||||||
Section::make(trans('profile.console'))
|
Section::make(trans('profile.console'))
|
||||||
->collapsible()
|
->collapsible()
|
||||||
->icon('tabler-brand-tabler')
|
->icon('tabler-brand-tabler')
|
||||||
@ -491,7 +492,6 @@ class EditProfile extends BaseEditProfile
|
|||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
]),
|
|
||||||
|
|
||||||
])
|
])
|
||||||
->operation('edit')
|
->operation('edit')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user