mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-27 06:11:47 +01:00
Topo2 - Bug fix: Error in the breadcrumb service when navigating to a previous layer
Change-Id: I9afcee455d8832c51a06473bc8c4e7972b982530
This commit is contained in:
parent
bd40284e48
commit
0aba3e8a06
@ -62,8 +62,8 @@
|
||||
rid: data.id
|
||||
});
|
||||
|
||||
layout().createForceElements();
|
||||
layout().transitionDownRegion();
|
||||
layout.createForceElements();
|
||||
layout.transitionDownRegion();
|
||||
|
||||
render();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user