Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FR-206] Added ability to refresh graphs (#1649)
* [FR-206] Added ability to refresh graphs - added button to refresh coordinates of devices by using the refreshCoordinates mutation from Topology-discovery. Signed-off-by: Marek <[email protected]> * Fixed checkstyle Signed-off-by: Marek <[email protected]> * fixed codegen from correct branch of topology-discovery Signed-off-by: Marek <[email protected]> * resolve conflicting graphql types (inventory <> topology) * Fixed a slow re-rendering of graphs Signed-off-by: Marek <[email protected]> * fixed formatting Signed-off-by: Marek <[email protected]> * remove unused import Signed-off-by: Marek <[email protected]> * regenerate types for device inventory * fixed review comments - removed props and callback and create refresh coordinates mutation as a ThunkAction that updates stat. Signed-off-by: Marek <[email protected]> * fixed codestyle Signed-off-by: Marek <[email protected]> * fixed name of state Signed-off-by: Marek <[email protected]> --------- Signed-off-by: Marek <[email protected]> Co-authored-by: Martin Sottnik <[email protected]>
- Loading branch information