fix(ui): enable SSL is not working correctly for KeyDB
This commit is contained in:
parent
0a738e6bff
commit
4fdd5679c9
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ class General extends Component
|
||||||
|
|
||||||
public $certificateValidUntil = null;
|
public $certificateValidUntil = null;
|
||||||
|
|
||||||
#[Validate(['nullable', 'boolean'])]
|
#[Validate(['boolean'])]
|
||||||
public bool $enable_ssl = false;
|
public bool $enable_ssl = false;
|
||||||
|
|
||||||
public function getListeners()
|
public function getListeners()
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
</span>
|
</span>
|
||||||
@endif
|
@endif
|
||||||
<div class="flex flex-col gap-2">
|
<div class="flex flex-col gap-2">
|
||||||
<x-forms.checkbox id="database.enable_ssl" label="Enable SSL" wire:model.live="database.enable_ssl" instantSave="instantSaveSSL" />
|
<x-forms.checkbox id="enable_ssl" label="Enable SSL" wire:model.live="enable_ssl" instantSave="instantSaveSSL" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue