mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-04 08:25:57 +00:00
Fixed ESLint errors
This commit is contained in:
parent
193bd6b928
commit
bc186d3a29
1 changed files with 2 additions and 2 deletions
|
@ -630,7 +630,7 @@ export default {
|
|||
if (this.monitor.name === this.monitor.url || this.monitor.name === this.monitor.hostname) {
|
||||
this.monitor.name = "";
|
||||
}
|
||||
|
||||
|
||||
// Handling for monitors that are created before 1.7.0
|
||||
if (this.monitor.retryInterval === 0) {
|
||||
this.monitor.retryInterval = this.monitor.interval;
|
||||
|
@ -736,7 +736,7 @@ export default {
|
|||
friendlyNameRequired() {
|
||||
return this.friendlyNameRequiredOptions.includes(this.monitor.type);
|
||||
},
|
||||
|
||||
|
||||
/*
|
||||
* Added a Proxy Event
|
||||
* Enable it if the proxy is added in EditMonitor.vue
|
||||
|
|
Loading…
Add table
Reference in a new issue