mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Some progress
This commit is contained in:
parent
1c0e91a301
commit
d9738949c1
@ -145,12 +145,11 @@ class EditProfile extends \Filament\Pages\Auth\EditProfile
|
|||||||
->schema([
|
->schema([
|
||||||
Placeholder::make('Coming soon!'),
|
Placeholder::make('Coming soon!'),
|
||||||
TagsInput::make('allowed_ips')
|
TagsInput::make('allowed_ips')
|
||||||
|
->splitKeys([',', ' ', 'Tab'])
|
||||||
->placeholder('Example: 127.0.0.1 or 192.168.1.1')
|
->placeholder('Example: 127.0.0.1 or 192.168.1.1')
|
||||||
->label('Whitelisted IPv4 Addresses')
|
->label('Whitelisted IPv4 Addresses')
|
||||||
->helperText('Press enter to add a new IP address or leave blank to allow any IP address')
|
->helperText('Press enter to add a new IP address or leave blank to allow any IP address')
|
||||||
->columnSpanFull()
|
->columnSpanFull(),
|
||||||
->hidden()
|
|
||||||
->default(null),
|
|
||||||
]),
|
]),
|
||||||
|
|
||||||
Tab::make('SSH Keys')
|
Tab::make('SSH Keys')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user