mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update EmailAliasResource.php
This commit is contained in:
parent
9d79bbec67
commit
a69830193e
1 changed files with 4 additions and 2 deletions
|
@ -31,14 +31,16 @@ class EmailAliasResource extends Resource
|
|||
return $form
|
||||
->schema([
|
||||
|
||||
Forms\Components\TextInput::make('forward')
|
||||
Forms\Components\TextInput::make('address')
|
||||
->label('Forward')
|
||||
->helperText('To create a catch-all use an "*" as alias.')
|
||||
->required(),
|
||||
|
||||
Forms\Components\Select::make('domain')
|
||||
->options(Domain::get()->pluck('domain', 'domain')->toArray()),
|
||||
|
||||
Forms\Components\Textarea::make('to')
|
||||
Forms\Components\Textarea::make('goto')
|
||||
->label('To')
|
||||
->columnSpanFull()
|
||||
->placeholder('Accepts multiple targets, one entry per line.')
|
||||
->cols(20)
|
||||
|
|
Loading…
Reference in a new issue