From e3ebbab17d3e690845b60a97e793443ee38422c2 Mon Sep 17 00:00:00 2001 From: jlmitch5 Date: Tue, 12 Apr 2016 15:58:17 -0400 Subject: [PATCH] fix list label of status --- awx/ui/client/src/lists/Jobs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/src/lists/Jobs.js b/awx/ui/client/src/lists/Jobs.js index 0441d1da23..c751629baa 100644 --- a/awx/ui/client/src/lists/Jobs.js +++ b/awx/ui/client/src/lists/Jobs.js @@ -29,7 +29,8 @@ export default awTipPlacement: "top", }, status: { - label: 'Status', + label: '', + searchLabel: 'Status', columnClass: 'col-lg-1 col-md-2 col-sm-2 col-xs-2', awToolTip: "{{ job.status_tip }}", awTipPlacement: "top",