mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
Fix FLEXIAPI-210 Inject the proper object in the sip_domains create/edit view
This commit is contained in:
parent
13715c73f5
commit
1ff618d20a
2 changed files with 240 additions and 305 deletions
535
flexiapi/composer.lock
generated
535
flexiapi/composer.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -38,7 +38,7 @@
|
|||
</div>
|
||||
@endif
|
||||
|
||||
@include('parts.form.toggle', ['key' => 'super', 'label' => 'Super domain'])
|
||||
@include('parts.form.toggle', ['object' => $sip_domain, 'key' => 'super', 'label' => 'Super domain'])
|
||||
|
||||
<h3 class="large">Features</h3>
|
||||
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<h3 class="large">General toggles</h3>
|
||||
|
||||
@include('parts.form.toggle', ['key' => 'only_display_sip_uri_username', 'label' => 'Only display usernames (hide SIP addresses)'])
|
||||
@include('parts.form.toggle', ['object' => $sip_domain, 'key' => 'only_display_sip_uri_username', 'label' => 'Only display usernames (hide SIP addresses)'])
|
||||
|
||||
<div class="select">
|
||||
<select name="max_account">
|
||||
|
|
@ -65,9 +65,9 @@
|
|||
|
||||
<h3 class="large">Assistant</h3>
|
||||
|
||||
@include('parts.form.toggle', ['key' => 'assistant_hide_create_account', 'label' => 'Account creation panel', 'reverse' => true])
|
||||
@include('parts.form.toggle', ['key' => 'assistant_disable_qr_code', 'label' => 'QR Code scanning panel', 'reverse' => true])
|
||||
@include('parts.form.toggle', ['key' => 'assistant_hide_third_party_account', 'label' => 'Third party SIP panel', 'reverse' => true])
|
||||
@include('parts.form.toggle', ['object' => $sip_domain, 'key' => 'assistant_hide_create_account', 'label' => 'Account creation panel', 'reverse' => true])
|
||||
@include('parts.form.toggle', ['object' => $sip_domain, 'key' => 'assistant_disable_qr_code', 'label' => 'QR Code scanning panel', 'reverse' => true])
|
||||
@include('parts.form.toggle', ['object' => $sip_domain, 'key' => 'assistant_hide_third_party_account', 'label' => 'Third party SIP panel', 'reverse' => true])
|
||||
|
||||
</form>
|
||||
@endsection
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue