mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
Fix instance modal styles
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user