We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0e11d commit f07053aCopy full SHA for f07053a
src/pages/EditMonitor.vue
@@ -1113,20 +1113,19 @@ message HealthCheckResponse {
1113
}
1114
1115
return list;
1116
- },
+ },
1117
1118
- /**
+ /**
1119
* Retrieves the appropriate ignore TLS error label based on the monitor type.
1120
- *
1121
* @returns {string} Returns the non specific label if the monitor type is 'redis', otherwise, returns the default.
1122
*/
1123
ignoreTlsLabel() {
1124
return this.monitor.type === "redis"
1125
? this.$t("ignoreTLSErrorGeneral")
1126
: this.$t("ignoreTLSError");
1127
1128
1129
-
+
1130
watch: {
1131
"$root.proxyList"() {
1132
if (this.isAdd) {
0 commit comments