diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index e7b4a43dd9..cb8e2940fd 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -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; } diff --git a/awx/ui/client/src/inventories-hosts/hosts/host.list.js b/awx/ui/client/src/inventories-hosts/hosts/host.list.js index 2422666878..1e9347a377 100644 --- a/awx/ui/client/src/inventories-hosts/hosts/host.list.js +++ b/awx/ui/client/src/inventories-hosts/hosts/host.list.js @@ -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: { diff --git a/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html b/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html index acc6f585cd..d366b30687 100644 --- a/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html +++ b/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html @@ -11,7 +11,7 @@
-
+
@@ -29,7 +29,7 @@ default-params="host_default_params" query-set="host_queryset" search-tags="searchTags"> - +
diff --git a/awx/ui/client/src/templates/workflows.form.js b/awx/ui/client/src/templates/workflows.form.js index 42face36b2..b484d33c7e 100644 --- a/awx/ui/client/src/templates/workflows.form.js +++ b/awx/ui/client/src/templates/workflows.form.js @@ -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'),