diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-03 11:48:01 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-03 11:48:01 +0300 |
| commit | 98869c71694e6c337153ccd057b844f8a79a4ef5 (patch) | |
| tree | 2023e6ed02a2b5570b7cb0633d9df444c63c0bdd /web | |
| parent | 150c89db72709e49662dceb64a950a239d0ef0b7 (diff) | |
Show buildChain only when usage is 'issue'
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/form/tls_settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index 6c2f4a67..af71b8c7 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -110,7 +110,7 @@ <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-form-item label="Build Chain" v-if="cert.usage === 'issue'"> <a-switch v-model="cert.buildChain"></a-switch> </a-form-item> </template> |
