diff --git a/index.html b/index.html
index 8aa46ae..ffd4c8c 100644
--- a/index.html
+++ b/index.html
@@ -3947,14 +3947,14 @@ async function pysimProactiveLogRender() {
}
html += '
'
+ '
'
- + (e.raw ? '▶' : '')
+ + (e.tr_hex ? '▶' : '')
+ '' + e.elapsed + 's'
+ '0x' + e.type_hex.toUpperCase() + ''
+ '' + esc(name) + ''
+ (qual ? '' + esc(qual) + '' : '')
+ '' + e.bytes + ' bytes'
+ '
'
- + (e.raw ? '
' : '')
+ + (e.tr_hex ? '
Response: ' + esc(e.tr_hex) + '\nSW: ' + esc(e.tr_sw) + '
' : '')
+ '
';
});
el.innerHTML = html;