mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 08:04:45 +02:00
Small tweaks
This commit is contained in:
parent
732db9a5b4
commit
42728fd9b9
@ -7,7 +7,6 @@ use App\Models\Node;
|
||||
use Filament\Actions;
|
||||
use Filament\Forms;
|
||||
use Filament\Forms\Components\Tabs;
|
||||
use Filament\Forms\Components\Wizard;
|
||||
use Filament\Resources\Pages\EditRecord;
|
||||
use Illuminate\Support\HtmlString;
|
||||
use Webbingbrasil\FilamentCopyActions\Forms\Actions\CopyAction;
|
||||
|
@ -69,6 +69,7 @@ class ServerResource extends Resource
|
||||
->required()
|
||||
->numeric(),
|
||||
Forms\Components\TextInput::make('io')
|
||||
->default(500)
|
||||
->required()
|
||||
->numeric(),
|
||||
Forms\Components\TextInput::make('cpu')
|
||||
|
Loading…
x
Reference in New Issue
Block a user