mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add space to Oxidized error msg (#15603)
This commit is contained in:
@@ -19,7 +19,7 @@ if (Auth::user()->hasGlobalAdmin() && isset($device_hostname)) {
|
||||
$message = 'Queued refresh in oxidized for device ' . $device_hostname;
|
||||
} else {
|
||||
$status = 'error';
|
||||
$message = 'ERROR: Could not queue refresh of oxidized device' . $device_hostname;
|
||||
$message = 'ERROR: Could not queue refresh of oxidized device ' . $device_hostname;
|
||||
}
|
||||
} else {
|
||||
$status = 'error';
|
||||
|
Reference in New Issue
Block a user