Do not display response times for ping checks
This commit is contained in:
parent
d57cee575b
commit
a704c5bea3
2 changed files with 6 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -189,7 +189,11 @@
|
|||
this.first_day = new Date(response.data.first_day).getTime();
|
||||
this.notifications = response.data.notifications
|
||||
this.refreshUptimeGraph(response.data.stats.uptime)
|
||||
this.refreshResponseTimeGraph(response.data.stats.times)
|
||||
|
||||
if (this.task.type == 'http') {
|
||||
this.refreshResponseTimeGraph(response.data.stats.times)
|
||||
}
|
||||
|
||||
this.loader.hide()
|
||||
})
|
||||
.then(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue