mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-06 06:53:38 +00:00
finalize visual message representation
This commit is contained in:
parent
f474ab94d2
commit
0c12d07a26
2 changed files with 12 additions and 6 deletions
|
|
@ -21,7 +21,7 @@ Js8Thread.prototype.render = function() {
|
|||
this.el.html(
|
||||
'<td>' + this.renderTimestamp(this.getLatestTimestamp()) + '</td>' +
|
||||
'<td class="decimal freq">' + Math.round(this.getAverageFrequency()) + '</td>' +
|
||||
'<td class="message">‎' + this.renderMessages() + '</td>'
|
||||
'<td class="message"><div>' + this.renderMessages() + '</div></td>'
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue