mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
* Remove +1 * Update app/Filament/Server/Pages/Settings.php --------- Co-authored-by: MartinOscar <40749467+RMartinOscar@users.noreply.github.com>
This commit is contained in:
parent
6921c8b350
commit
23246eb134
@ -113,7 +113,7 @@ class Settings extends ServerFormPage
|
|||||||
->label('Allocation Limit')
|
->label('Allocation Limit')
|
||||||
->columnSpan(1)
|
->columnSpan(1)
|
||||||
->disabled()
|
->disabled()
|
||||||
->formatStateUsing(fn ($state, Server $server) => !$state ? 'No additional Allocations can be created' : $server->allocations->count() . ' of ' . ($state + 1)),
|
->formatStateUsing(fn ($state, Server $server) => !$state ? 'No additional Allocations can be created' : $server->allocations->count() . ' of ' . $state),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
Section::make('Node Information')
|
Section::make('Node Information')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user