Cleans up the Network UI after PR feedback and UX feedback

-removes stale commented-out lines
-makes "unknown" type devices smaller on canvas
-moves "unknown" type device title underneath icon
-removes collapsed inventory toolbox
-changes "Delete" to "Remove"
-removes the "Close" button for "Cancel" on details panel
-changing Remove color to red
This commit is contained in:
Jared Tabor
2018-03-16 13:22:33 -05:00
committed by Ben Thomasson
parent 0e32644a27
commit abb95fdad6
10 changed files with 82 additions and 80 deletions

View File

@@ -873,7 +873,7 @@ var NetworkUIController = function($scope,
// Context Menu Buttons
$scope.context_menu_buttons = [
new models.ContextMenuButton("Details", 236, 231, 160, 26, $scope.onDetailsContextButton, $scope),
new models.ContextMenuButton("Delete", 256, 231, 160, 26, $scope.onDeleteContextMenu, $scope)
new models.ContextMenuButton("Remove", 256, 231, 160, 26, $scope.onDeleteContextMenu, $scope)
];
// Context Menus