Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Simon Hunt
2015-05-15 10:06:37 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ff09e880602e0a8458fdb3af37b58f3cf7fe531
1ff09e88
1 parent
6cdbdd83
GUI - fix the "It's Alive!" bug.
Change-Id: Id1f17d9b7e84de73ab4acae4834a0b186f800235
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
web/gui/src/main/webapp/app/view/topo/topoForce.js
web/gui/src/main/webapp/app/view/topo/topoForce.js
View file @
1ff09e8
...
...
@@ -519,9 +519,6 @@
// exiting node specifics:
exiting
.
filter
(
'.host'
).
each
(
td3
.
hostExit
);
exiting
.
filter
(
'.device'
).
each
(
td3
.
deviceExit
);
// finally, resume the force layout
fResume
();
}
// ==========================
...
...
Please
register
or
login
to post a comment