listview in single line, spacing in module pages
This commit is contained in:
parent
92f3c02e42
commit
034460de98
@ -34,11 +34,6 @@ wn.doclistviews['Support Ticket'] = wn.views.ListView.extend({
|
||||
|
||||
data.description = data.description.replace(/"/gi, '\"')
|
||||
.replace(/</gi, '<').replace(/>/gi, '>');
|
||||
|
||||
// description
|
||||
if(data.description && data.description.length > 50) {
|
||||
data.description = '<span title="'+data.description+'">' + data.description.substr(0,50) + '...</span>';
|
||||
}
|
||||
},
|
||||
|
||||
columns: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user