mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 07:18:35 -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
@@ -1,21 +1,4 @@
|
||||
<!-- Copyright (c) 2017 Red Hat, Inc. -->
|
||||
|
||||
<g ng-if="!hide_menus">
|
||||
<!-- begin collapsed toolbox -->
|
||||
<g ng-if="overall_toolbox_collapsed">
|
||||
<rect class="NetworkUI__toolbox-collapsed"
|
||||
x=0
|
||||
ng-attr-y={{toolbox.y}}
|
||||
width=45
|
||||
ng-attr-height={{toolbox.height}}>
|
||||
</rect>
|
||||
<g awx-net-chevron-right-icon
|
||||
action-icon="action_icons[1]"
|
||||
ng-if="overall_toolbox_collapsed"
|
||||
ng-attr-transform="translate({{action_icons[1].x}}, {{action_icons[1].y}})"></g>
|
||||
</g>
|
||||
<!-- end collapsed toolbox -->
|
||||
|
||||
<g ng-if="toolbox.enabled">
|
||||
<rect class="NetworkUI__toolbox"
|
||||
ng-attr-x="{{toolbox.x}}"
|
||||
|
||||
Reference in New Issue
Block a user