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:
Jellyfrog
2022-10-11 19:50:38 +02:00
committed by GitHub
parent 8ddb612919
commit 7207614437
113 changed files with 1340 additions and 1325 deletions

View File

@@ -183,7 +183,7 @@ class Arubaos extends OS implements
$oid,
'arubaos-iap',
$oid,
sprintf($desc, $index),
trim(sprintf($desc, $index)),
$value
);
}