diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-04 01:07:33 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-04 01:07:33 +0300 |
| commit | d8d9c648471886f8e65b8d69ce5405fcc58598f5 (patch) | |
| tree | 51bf846763ad196e1d8c1e85ee4fbe62604b2022 /web/html | |
| parent | c489673130281bb32670a0f337d12ceddda177f4 (diff) | |
new - cert (build Chain)
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/tls_settings.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index 16eb8acb..51e599bf 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -104,6 +104,9 @@ <a-select-option v-for="key in USAGE_OPTION" :value="key">[[ key ]]</a-select-option> </a-select> </a-form-item> + <a-form-item label="Build Chain"> + <a-switch v-model="cert.buildChain"></a-switch> + </a-form-item> </template> </template> |
