From 11494bbad6c2893026cf75a699668ae206318f1d Mon Sep 17 00:00:00 2001 From: notCharles Date: Tue, 16 Apr 2024 20:56:47 -0400 Subject: [PATCH] Should enable this, so it ya know.. works <3 --- app/Filament/Resources/ServerResource.php | 2 +- app/Filament/Resources/UserResource/Pages/EditProfile.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Filament/Resources/ServerResource.php b/app/Filament/Resources/ServerResource.php index 2e3ad09af..c765b5a08 100644 --- a/app/Filament/Resources/ServerResource.php +++ b/app/Filament/Resources/ServerResource.php @@ -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), diff --git a/app/Filament/Resources/UserResource/Pages/EditProfile.php b/app/Filament/Resources/UserResource/Pages/EditProfile.php index e215de6ca..b896d69b7 100644 --- a/app/Filament/Resources/UserResource/Pages/EditProfile.php +++ b/app/Filament/Resources/UserResource/Pages/EditProfile.php @@ -82,8 +82,7 @@ class EditProfile extends \Filament\Pages\Auth\EditProfile ->hidden() ->default(null), ]), - - + Tab::make('SSH Keys') ->icon('tabler-lock-code') ->schema([