mirror of
https://github.com/ansible/awx.git
synced 2026-01-25 00:11:23 -03:30
Fix instance modal styles
This commit is contained in:
parent
90d57300da
commit
aafc92819d
@ -1,3 +1,7 @@
|
||||
#instance-modal .at-Panel-headingRow {
|
||||
margin-bottom: @at-space-4x;
|
||||
}
|
||||
|
||||
.Modal-backdrop {
|
||||
background: #000;
|
||||
height:100%;
|
||||
|
||||
@ -23,7 +23,8 @@
|
||||
collection="vm.instances"
|
||||
dataset="vm.dataset"
|
||||
search-tags="vm.searchTags"
|
||||
query-set="vm.querySet">
|
||||
query-set="vm.querySet"
|
||||
search-bar-full-width="true">
|
||||
</smart-search>
|
||||
</div>
|
||||
<at-list results='vm.instances'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user