diff --git a/front/src/views/timeline.html b/front/src/views/timeline.html
index ec251b2..030faff 100644
--- a/front/src/views/timeline.html
+++ b/front/src/views/timeline.html
@@ -75,15 +75,15 @@
Timestamp
+ }" id="line_{{$index}}">
-
{{::$index + 1}}
+
{{$index + 1}}
- {{::node.data.type}}
+ {{node.data.type}}
@@ -127,7 +127,7 @@
- {{::node.data.timestamp | number: 0}} ms
+ {{node.data.timestamp | number: 0}} ms