mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Undefined constant error (#14668)
This commit is contained in:
@@ -272,7 +272,7 @@ email or just the hostname in any other transport:
|
||||
|
||||
```text
|
||||
@if ($alert->status == 0)
|
||||
@if ($alert->status == icmp)
|
||||
@if ($alert->status == 'icmp')
|
||||
{{ $alert->debug['traceroute'] }}
|
||||
@endif
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user