From e52d31e8617d3c59236f429170926101114be6cf Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Thu, 28 Jan 2016 13:14:16 -0500 Subject: [PATCH] Removed status label from home groups --- awx/ui/client/src/lists/HomeGroups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/lists/HomeGroups.js b/awx/ui/client/src/lists/HomeGroups.js index 77f296390d..ad7180dff0 100644 --- a/awx/ui/client/src/lists/HomeGroups.js +++ b/awx/ui/client/src/lists/HomeGroups.js @@ -18,7 +18,7 @@ export default fields: { status: { - label: 'Status', + label: '', columnClass: 'List-staticColumn--mediumStatus', searchable: false, nosort: true,