Skip to content

Commit 32b080f

Browse files
authored
Make output for evented consistent with enabler
1 parent 81cc747 commit 32b080f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openxc/tools/static/js/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $(document).ready(function() {
1111
msg.value = msg.data;
1212
}
1313
if (msg.hasOwnProperty('event')){
14-
msg.value = msg.value + '_' + msg.event
14+
msg.value = msg.value + ': ' + msg.event
1515
}
1616
if (!(msg.name in dataPoints)) {
1717
dataPoints[msg.name] = {

0 commit comments

Comments
 (0)