mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Merge pull request #1808 from jlmitch5/assortedStyleFixes33
Assorted style fixes for 3.3
This commit is contained in:
commit
1d9fb53879
@ -219,7 +219,7 @@
|
||||
.HostStatusBar-ok,
|
||||
.HostStatusBar-changed,
|
||||
.HostStatusBar-dark,
|
||||
.HostStatusBar-failed,
|
||||
.HostStatusBar-failures,
|
||||
.HostStatusBar-skipped,
|
||||
.HostStatusBar-noData {
|
||||
height: 15px;
|
||||
@ -243,7 +243,7 @@
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.HostStatusBar-failed {
|
||||
.HostStatusBar-failures {
|
||||
background-color: @default-err;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
@ -21,7 +21,7 @@ export default ['i18n', function(i18n) {
|
||||
trackBy: 'host.id',
|
||||
basePath: 'hosts',
|
||||
title: false,
|
||||
actionHolderClass: 'List-actionHolder List-actionHolder--leftAlign',
|
||||
actionHolderClass: 'List-actionHolder',
|
||||
|
||||
fields: {
|
||||
toggleHost: {
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="List-actionHolder List-actionHolder--leftAlign">
|
||||
<div class="List-actionHolder">
|
||||
<div class="List-actions">
|
||||
<div ng-include="'/static/partials/shared/list-generator/list-actions.partial.html'"></div>
|
||||
</div>
|
||||
@ -29,7 +29,7 @@
|
||||
default-params="host_default_params"
|
||||
query-set="host_queryset"
|
||||
search-tags="searchTags">
|
||||
</smart-search>
|
||||
</smart-search>
|
||||
</div>
|
||||
|
||||
<div class="row" ng-show="hosts.length === 0 && !(searchTags | isEmpty)">
|
||||
|
||||
@ -71,7 +71,6 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n) {
|
||||
labels: {
|
||||
label: i18n._('Labels'),
|
||||
type: 'select',
|
||||
class: 'Form-formGroup--fullWidth',
|
||||
ngOptions: 'label.label for label in labelOptions track by label.value',
|
||||
multiSelect: true,
|
||||
dataTitle: i18n._('Labels'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user