We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acfde9 commit 10401d7Copy full SHA for 10401d7
1 file changed
includes/html/pages/device/overview/availability_bar.inc.php
@@ -60,7 +60,7 @@
60
$device_obj->inserted?->timestamp,
61
$now_ts - $device_obj->uptime,
62
$outages->first()?->going_down,
63
-], fn($v) => $v !== null));
+], fn ($v) => $v !== null));
64
65
// Thresholds (configurable via config.php)
66
$threshold_good = LibrenmsConfig::get('availability_bar.threshold_good', 99);
0 commit comments