diff --git a/awx/ui/static/js/lists/InventoryHosts.js b/awx/ui/static/js/lists/InventoryHosts.js index a0a6c080ab..256dbc68be 100644 --- a/awx/ui/static/js/lists/InventoryHosts.js +++ b/awx/ui/static/js/lists/InventoryHosts.js @@ -29,6 +29,7 @@ export default key: true, label: 'Hosts', ngClick: "editHost(host.id)", + ngClass: "{ 'host-disabled-label': !host.enabled }", columnClass: 'col-lg-6 col-md-9 col-sm-9 col-xs-7', dataHostId: "{{ host.id }}", dataType: "host"