From 0a2a297dcb9cc446b17bb3bd1a297ddc2b8421ef Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Tue, 24 Mar 2015 17:06:55 -0400 Subject: [PATCH] Add back disabled label on InventoryHosts --- awx/ui/static/js/lists/InventoryHosts.js | 1 + 1 file changed, 1 insertion(+) 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"