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 012b3a1 commit 0505490Copy full SHA for 0505490
library/Icingadb/Widget/Detail/CheckStatistics.php
@@ -68,7 +68,7 @@ protected function assembleBody(BaseHtmlElement $body)
68
$now = time();
69
$executionTime = ($this->object->state->execution_time / 1000) + ($this->object->state->latency / 1000);
70
71
- $nextCheckTime = $this->object->state->next_check !== null
+ $nextCheckTime = $this->object->state->next_check !== null && ! $this->isChecksDisabled()
72
? $this->object->state->next_check->getTimestamp()
73
: null;
74
if ($this->object->state->is_overdue) {
0 commit comments