mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
listview in single line, spacing in module pages
This commit is contained in:
@@ -34,11 +34,6 @@ wn.doclistviews['Support Ticket'] = wn.views.ListView.extend({
|
|||||||
|
|
||||||
data.description = data.description.replace(/"/gi, '\"')
|
data.description = data.description.replace(/"/gi, '\"')
|
||||||
.replace(/</gi, '<').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: [
|
columns: [
|
||||||
|
|||||||
Reference in New Issue
Block a user