From 893c92266aa1bbe9ef91e8cb7b4af6ef9591c7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 12 Mar 2015 18:07:04 +0100 Subject: [PATCH] Fix bug with script filter --- front/src/views/timeline.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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