lead listview

This commit is contained in:
Rushabh Mehta
2012-03-22 12:21:56 +05:30
parent 6ac1d73731
commit 1952f5b033
2 changed files with 11 additions and 9 deletions

View File

@@ -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'}}
]
});