From 90a86f53ba25c819f9cb36d0c68cf3b67c8e343c Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 2 May 2019 17:13:17 -0400 Subject: [PATCH] Fix display bug on host groups list --- .../hosts/related/groups/hosts-related-groups.list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js b/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js index ee79c9680a..f54c700063 100644 --- a/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js +++ b/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js @@ -15,7 +15,7 @@ export default ['i18n', function(i18n) { hover: true, trackBy: 'group.id', basePath: 'api/v2/hosts/{{$stateParams.host_id}}/groups/', - layoutClass: 'List-staticColumnLayout--groups', + layoutClass: 'List-staticColumnLayout--statusOrCheckbox', staticColumns: [ { field: 'failed_hosts',