500 when servercreation is disabled
This commit is contained in:
parent
9ced34a51b
commit
4069b5fd35
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
@if (!$server_creation_enabled)
|
||||
<div class="alert alert-warning p-2 m-2">
|
||||
{{ __('The creation of new servers has been disabled for regular users, enable it again') }}
|
||||
<a href="{{ route('admin.settings.system') }}">{{ __('here') }}</a>.
|
||||
<a href="{{ route('admin.settings.index', "#Server") }}">{{ __('here') }}</a>.
|
||||
</div>
|
||||
@endif
|
||||
@if ($productCount === 0 || $nodeCount === 0 || count($nests) === 0 || count($eggs) === 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue