mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
fix list label of status
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user