Merge pull request #2342 from Haokun-Chen/1843

move smart inventory button next to smart-search bar in host list page
This commit is contained in:
Haokun Chen 2018-07-03 10:10:03 -04:00 committed by GitHub
commit 641392b815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -214,9 +214,11 @@ table, tbody {
}
.List-actionHolder--leftAlign {
width: 50%;
margin-left: 50%;
margin-left: 52%;
justify-content: flex-start;
button {
height: 34px;
}
}
.List-actions {

View File

@ -11,7 +11,7 @@
</div>
</div>
<div>
<div class="List-actionHolder">
<div class="List-actionHolder List-actionHolder--leftAlign">
<div class="List-actions">
<div ng-include="'/static/partials/shared/list-generator/list-actions.partial.html'"></div>
</div>