mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-01-31 11:03:11 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -2102,7 +2102,7 @@ message HealthCheckResponse {
|
||||
allow_underscores: true,
|
||||
allow_trailing_dot: true,
|
||||
}) && !isIP(hostname)) {
|
||||
if(this.monitor.type === "dns") {
|
||||
if (this.monitor.type === "dns") {
|
||||
toast.error(this.$t("invalidDNSHostname"));
|
||||
} else {
|
||||
toast.error(this.$t("invalidHostnameOrIP"));
|
||||
|
||||
Reference in New Issue
Block a user