mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Trim whitespaces from device data (#14429)
* Trim whitespace from sensor and ports data * Update arista_eos_vrf.json * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update Os.php * wip * wip * wip * Update querybuilder.json
This commit is contained in:
@@ -183,7 +183,7 @@ class Arubaos extends OS implements
|
||||
$oid,
|
||||
'arubaos-iap',
|
||||
$oid,
|
||||
sprintf($desc, $index),
|
||||
trim(sprintf($desc, $index)),
|
||||
$value
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user