diff --git a/static/js/directives/log.js b/static/js/directives/log.js index 147081c..25710b3 100644 --- a/static/js/directives/log.js +++ b/static/js/directives/log.js @@ -21,6 +21,14 @@ */ log : "=", + /** + * number + * + * Line number + * @type {Int} + */ + number : "=", + /** * showFile * diff --git a/static/partials/elements/log.html b/static/partials/elements/log.html index 6691f53..b82a7d8 100644 --- a/static/partials/elements/log.html +++ b/static/partials/elements/log.html @@ -1,5 +1,9 @@
+
+ {{number}}
+
+
▶
diff --git a/static/partials/logs.html b/static/partials/logs.html
index 4aa221a..670675f 100644
--- a/static/partials/logs.html
+++ b/static/partials/logs.html
@@ -8,6 +8,7 @@