labels
This commit is contained in:
parent
dc2d48cdb0
commit
93842ba548
@ -26,12 +26,14 @@ public static function form(Form $form): Form
|
||||
return $form
|
||||
->schema([
|
||||
Toggle::make('is_active')
|
||||
->label('Active?')
|
||||
->required(),
|
||||
TextInput::make('server_name')
|
||||
->required()
|
||||
->maxLength(255),
|
||||
Select::make('geo_code')
|
||||
->required()
|
||||
->label('GEO Location')
|
||||
->options(GeoLocation::select()),
|
||||
TextInput::make('host')
|
||||
->required()
|
||||
|
Loading…
Reference in New Issue
Block a user