We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cc747 commit 32b080fCopy full SHA for 32b080f
1 file changed
openxc/tools/static/js/dashboard.js
@@ -11,7 +11,7 @@ $(document).ready(function() {
11
msg.value = msg.data;
12
}
13
if (msg.hasOwnProperty('event')){
14
- msg.value = msg.value + '_' + msg.event
+ msg.value = msg.value + ': ' + msg.event
15
16
if (!(msg.name in dataPoints)) {
17
dataPoints[msg.name] = {
0 commit comments