mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Should enable this, so it ya know.. works <3
This commit is contained in:
parent
c83cc073f0
commit
11494bbad6
@ -466,7 +466,7 @@ class ServerResource extends Resource
|
|||||||
->label(fn (Forms\Get $get) => $get('name'))
|
->label(fn (Forms\Get $get) => $get('name'))
|
||||||
//->hint('Rule')
|
//->hint('Rule')
|
||||||
->hintIcon('tabler-code')
|
->hintIcon('tabler-code')
|
||||||
//->hintIconTooltip(fn (Forms\Get $get) => $get('rules'))
|
->hintIconTooltip(fn (Forms\Get $get) => $get('rules'))
|
||||||
->prefix(fn (Forms\Get $get) => '{{' . $get('env_variable') . '}}')
|
->prefix(fn (Forms\Get $get) => '{{' . $get('env_variable') . '}}')
|
||||||
->helperText(fn (Forms\Get $get) => empty($get('description')) ? '—' : $get('description'))
|
->helperText(fn (Forms\Get $get) => empty($get('description')) ? '—' : $get('description'))
|
||||||
->maxLength(191),
|
->maxLength(191),
|
||||||
|
@ -82,8 +82,7 @@ class EditProfile extends \Filament\Pages\Auth\EditProfile
|
|||||||
->hidden()
|
->hidden()
|
||||||
->default(null),
|
->default(null),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
|
||||||
Tab::make('SSH Keys')
|
Tab::make('SSH Keys')
|
||||||
->icon('tabler-lock-code')
|
->icon('tabler-lock-code')
|
||||||
->schema([
|
->schema([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user