Skip to content

Commit 10401d7

Browse files
committed
style
1 parent 5acfde9 commit 10401d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/html/pages/device/overview/availability_bar.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
$device_obj->inserted?->timestamp,
6161
$now_ts - $device_obj->uptime,
6262
$outages->first()?->going_down,
63-
], fn($v) => $v !== null));
63+
], fn ($v) => $v !== null));
6464

6565
// Thresholds (configurable via config.php)
6666
$threshold_good = LibrenmsConfig::get('availability_bar.threshold_good', 99);

0 commit comments

Comments
 (0)