mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-16 18:24:10 +00:00
lead listview
This commit is contained in:
@@ -38,8 +38,8 @@ wn.doclistviews['Support Ticket'] = wn.views.ListView.extend({
|
||||
columns: [
|
||||
{width: '20%', content:'name'},
|
||||
{width: '10%', content:'status_html'},
|
||||
{width: '60%', content:'tags+description', css: {color:'#aaa'}},
|
||||
{width: '10%', content:'modified', css: {'text-align': 'right', 'color':'#777'}}
|
||||
{width: '56%', content:'tags+description', css: {color:'#aaa'}},
|
||||
{width: '14%', content:'modified', css: {'text-align': 'right', 'color':'#777'}}
|
||||
]
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user