mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-15 04:21:49 -05:00
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:
committed by
Ben Thomasson
parent
0e32644a27
commit
abb95fdad6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user