Skip to content

Commit

Permalink
Show buildChain only when usage is 'issue'
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Oct 3, 2024
1 parent 150c89d commit 98869c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/xui/form/tls_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 98869c7

Please sign in to comment.