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

View File

@ -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([