Fixes some bugs from PR feedback

* Fixes bug where new devices on the canvas weren't added to the search dropdown
* Fixes bug with closing the details panel
* Changes the fill color to white for remote-selected devices
* Fixes read-only mode by swapping out move controller for move read-only
* Updates range on the zoom widget
This commit is contained in:
Jared Tabor
2018-03-21 12:55:42 -07:00
committed by Ben Thomasson
parent 8086906a43
commit 883545d4cb
7 changed files with 43 additions and 26 deletions

View File

@@ -135,6 +135,7 @@
.NetworkUI__router--remote-selected {
stroke: @selected-mango;
stroke-width: 10;
fill: @light-background
}
.NetworkUI__router--selected-conflict {
@@ -170,6 +171,7 @@
.NetworkUI__switch--remote-selected {
stroke: @selected-mango;
stroke-width: 10;
fill: @light-background
}
.NetworkUI__switch--selected-conflict {
@@ -212,7 +214,7 @@
}
.NetworkUI__rack--remote-selected {
fill: @selected-mango;
fill: @light-background;
stroke: @selected-mango;
stroke-width: 10;
}
@@ -281,7 +283,7 @@
}
.NetworkUI__site--remote-selected {
fill: @selected-mango;
fill: @light-background;
stroke: @selected-mango;
stroke-width: 10;
}
@@ -363,7 +365,7 @@
}
.NetworkUI__host--remote-selected {
fill: @selected-mango;
fill: @light-background;
stroke: @selected-mango;
stroke-width: 10;
}
@@ -414,7 +416,7 @@
}
.NetworkUI__device--remote-selected {
fill: @selected-mango;
fill: @light-background;
stroke: @selected-mango;
stroke-width: 10;
}