mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
Merge pull request #5490 from mabashian/5482-search-key-v2
Fixed search key on inv manage
This commit is contained in:
@@ -186,7 +186,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.SmartSearch-keyPane {
|
.SmartSearch-keyPane {
|
||||||
max-height: 200px;
|
max-height: 215px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin: 0px 0px 20px 0px;
|
margin: 0px 0px 20px 0px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
Key
|
Key
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span ng-transclude="actions" class="List-actionHolder"></span>
|
|
||||||
<!-- tags -->
|
<!-- tags -->
|
||||||
<div class="SmartSearch-tags">
|
<div class="SmartSearch-tags">
|
||||||
<div class="SmartSearch-tagSection">
|
<div class="SmartSearch-tagSection">
|
||||||
|
|||||||
Reference in New Issue
Block a user