From 298275764905ba5acae3c689f3dea63463ed636b Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Mon, 29 Apr 2024 22:41:58 -0400 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20need=20to=20show=20this?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Filament/Resources/EggResource/Pages/EditEgg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Resources/EggResource/Pages/EditEgg.php b/app/Filament/Resources/EggResource/Pages/EditEgg.php index 907cdb0e8..97a827271 100644 --- a/app/Filament/Resources/EggResource/Pages/EditEgg.php +++ b/app/Filament/Resources/EggResource/Pages/EditEgg.php @@ -58,7 +58,7 @@ class EditEgg extends EditRecord ->helperText("Forces all outgoing network traffic to have its Source IP NATed to the IP of the server's primary allocation IP. Required for certain games to work properly when the Node has multiple public IP addresses. Enabling this option will disable internal networking for any servers using this egg, causing them to be unable to internally access other servers on the same node."), - Forms\Components\Toggle::make('script_is_privileged') + Forms\Components\Hidden::make('script_is_privileged') ->helperText('The docker images available to servers using this egg.'), Forms\Components\TextInput::make('update_url') ->disabled()