mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-17 19:58:27 +00:00
Fix FLEXIAPI-321 Disable the account creation button when the Space is full for admins
This commit is contained in:
parent
fae800343f
commit
6b22d2ec86
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
{{ __('Types') }}
|
||||
</a>
|
||||
@endif
|
||||
<a class="btn" href="{{ route('admin.account.create') }}">
|
||||
<a class="btn" @if ($space && $space->isFull())disabled @endif href="{{ route('admin.account.create') }}">
|
||||
<i class="ph">user-plus</i>
|
||||
{{ __('New user') }}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue