mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 10:24:45 +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'))
|
||||
//->hint('Rule')
|
||||
->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') . '}}')
|
||||
->helperText(fn (Forms\Get $get) => empty($get('description')) ? '—' : $get('description'))
|
||||
->maxLength(191),
|
||||
|
@ -82,8 +82,7 @@ class EditProfile extends \Filament\Pages\Auth\EditProfile
|
||||
->hidden()
|
||||
->default(null),
|
||||
]),
|
||||
|
||||
|
||||
|
||||
Tab::make('SSH Keys')
|
||||
->icon('tabler-lock-code')
|
||||
->schema([
|
||||
|
Loading…
x
Reference in New Issue
Block a user