Network Map now shows all device neighbors and allows click-through nav

This commit is contained in:
Oliver Gorwits
2012-12-01 21:37:42 +00:00
parent 0c0824a9df
commit 9ee14a5e63
4 changed files with 175 additions and 35 deletions

View File

@@ -381,8 +381,15 @@ form .clearfix.success input {
.link {
fill: none;
stroke: #ccc;
stroke: #eee;
stroke-width: 1.5px;
}
.neighbor {
fill: none;
stroke: #aaa;
stroke-width: 2px;
display: none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */