improve tooltip in logs dialog

This commit is contained in:
rolux 2011-11-02 20:07:18 +00:00
parent c8a9e45588
commit 039c4de8d5

View file

@ -87,7 +87,7 @@ pandora.ui.logsDialog = function() {
id: 'text',
title: 'Text',
tooltip: function(data) {
return data.text;
return data.text.replace(/\n/g, '<br/>');
},
visible: true,
width: 640