mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
minor fix in lead's listview
This commit is contained in:
@@ -26,9 +26,10 @@ wn.doclistviews['Lead'] = wn.views.ListView.extend({
|
|||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{width: '3%', content: 'check'},
|
{width: '3%', content: 'check'},
|
||||||
|
{width: '5%', content:'avatar'},
|
||||||
{width: '30%', content:'lead_name'},
|
{width: '30%', content:'lead_name'},
|
||||||
{width: '12%', content:'status_html'},
|
{width: '12%', content:'status_html'},
|
||||||
{width: '42%', content:'lead_status+tags', css: {color:'#222'}},
|
{width: '38%', content:'lead_status+tags', css: {color:'#222'}},
|
||||||
{width: '13%', content:'modified', css: {'text-align': 'right', 'color':'#777'}}
|
{width: '12%', content:'modified', css: {'text-align': 'right', 'color':'#777'}}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user