fix list label of status

This commit is contained in:
jlmitch5
2016-04-12 15:58:17 -04:00
parent 563917a217
commit e3ebbab17d

View File

@@ -29,7 +29,8 @@ export default
awTipPlacement: "top", awTipPlacement: "top",
}, },
status: { status: {
label: 'Status', label: '',
searchLabel: 'Status',
columnClass: 'col-lg-1 col-md-2 col-sm-2 col-xs-2', columnClass: 'col-lg-1 col-md-2 col-sm-2 col-xs-2',
awToolTip: "{{ job.status_tip }}", awToolTip: "{{ job.status_tip }}",
awTipPlacement: "top", awTipPlacement: "top",