mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-17 19:58:27 +00:00
Fix FLEXIAPI-317 Add missing form field for account_realm
This commit is contained in:
parent
d8635a619c
commit
ad8e520047
1 changed files with 7 additions and 0 deletions
|
|
@ -67,6 +67,13 @@
|
|||
@include('parts.errors', ['name' => 'account_proxy_registrar_address'])
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<input name="account_realm" id="account_realm" placeholder="server.tld" value="{{ $space->account_realm }}">
|
||||
<label for="account_realm">Account realm</label>
|
||||
<span class="supporting">A custom realm for the Space accounts</span>
|
||||
@include('parts.errors', ['name' => 'account_realm'])
|
||||
</div>
|
||||
|
||||
<h3 class="large">{{ __('Remote provisioning') }}</h3>
|
||||
|
||||
<div class="large">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue