Skip to content

Commit

Permalink
Update Conn.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronya0 authored Feb 10, 2025
1 parent dfce420 commit 33143e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/components/Conn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</n-form-item>

<n-form-item :label="t('conn.skipTLSVerify')" path="skipTLSVerify">
<n-switch :round="false" checked-value="enable" unchecked-value="disable" v-model:value="currentNode.skipTLSVerify"/>
<n-switch :round="false" checked-value="true" unchecked-value="false" v-model:value="currentNode.skipTLSVerify"/>
</n-form-item>

<n-form-item label="TLS Cert File" path="tls_cert_file">
Expand Down

0 comments on commit 33143e9

Please sign in to comment.