mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added Spaces in implode because missing spaces can cause unexpected search results in graylog tables (#10583)
This commit is contained in:
committed by
Tony Murray
co-authored by
Tony Murray
parent
1c48da68e3
commit
89e00aa4b4
@@ -129,7 +129,7 @@ class GraylogApi
|
||||
return '*';
|
||||
}
|
||||
|
||||
return implode('&&', $query);
|
||||
return implode(' && ', $query);
|
||||
}
|
||||
|
||||
public function getAddresses(Device $device)
|
||||
|
||||
Reference in New Issue
Block a user