Should enable this, so it ya know.. works <3

This commit is contained in:
notCharles 2024-04-16 20:56:47 -04:00
parent c83cc073f0
commit 11494bbad6
2 changed files with 2 additions and 3 deletions

View File

@ -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),

View File

@ -83,7 +83,6 @@ class EditProfile extends \Filament\Pages\Auth\EditProfile
->default(null),
]),
Tab::make('SSH Keys')
->icon('tabler-lock-code')
->schema([