* 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')
|
||||
->columnSpan(1)
|
||||
->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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user