small tls fixes
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</template>
|
</template>
|
||||||
<v-card-actions>
|
<v-card-actions v-if="tls.enabled">
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
<v-menu v-model="menu" :close-on-content-click="false" location="start" v-if="tls.enabled">
|
<v-menu v-model="menu" :close-on-content-click="false" location="start" v-if="tls.enabled">
|
||||||
<template v-slot:activator="{ props }">
|
<template v-slot:activator="{ props }">
|
||||||
|
|||||||
@@ -15,5 +15,5 @@ export const defaultInTls: iTls = {
|
|||||||
alpn: ['h3', 'h2', 'http/1.1'],
|
alpn: ['h3', 'h2', 'http/1.1'],
|
||||||
min_version: "1.2",
|
min_version: "1.2",
|
||||||
max_version: "1.3",
|
max_version: "1.3",
|
||||||
cipher_suites: [""],
|
cipher_suites: [],
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user