mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Fixes scroll of devices over inventory toolbox title.
Fixes a defect where the devices in the inventory toolbox would scroll over the toolbox title. This moves the title later in the rendering order and adds a background to the title.
This commit is contained in:
parent
7781667977
commit
456bf5d04d
@ -6,11 +6,7 @@
|
||||
ng-attr-width="{{toolbox.width}}"
|
||||
ng-attr-height="{{toolbox.height}}"
|
||||
rx=5></rect>
|
||||
<text
|
||||
class="NetworkUI__toolbox--title"
|
||||
ng-attr-transform="translate({{toolbox.title_coordinates.x}},{{toolbox.title_coordinates.y}})">
|
||||
{{toolbox.name}}
|
||||
</text>
|
||||
|
||||
|
||||
<g clip-path="url(#inventory-toolbox-clip-path)">
|
||||
<g ng-attr-transform="translate({{toolbox.x}}, {{toolbox.y+20}})">
|
||||
@ -92,4 +88,10 @@
|
||||
</g> <!-- end selected item -->
|
||||
</g> <!-- ng-if -->
|
||||
</g> <!-- ng-if toolbox.enabled -->
|
||||
<text
|
||||
class="NetworkUI__toolbox--title"
|
||||
filter="url(#background)"
|
||||
ng-attr-transform="translate({{toolbox.title_coordinates.x}},{{toolbox.title_coordinates.y}})">
|
||||
{{toolbox.name}}
|
||||
</text>
|
||||
</g> <!-- ng-if !hide_menus -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user