This is for the api

This commit is contained in:
Lance Pioch 2024-06-02 01:22:21 -04:00
parent 5b6c462943
commit 29f8ac625a

View File

@ -33,9 +33,6 @@ class CreateServer extends CreateRecord
'lg' => 6, 'lg' => 6,
]) ])
->schema([ ->schema([
Forms\Components\TextInput::make('external_id')
->maxLength(191)
->hidden(),
Forms\Components\TextInput::make('name') Forms\Components\TextInput::make('name')
->prefixIcon('tabler-server') ->prefixIcon('tabler-server')