summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-04 13:39:47 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-04 13:39:47 +0300
commit1fc349b0cbf18ee085aae79c2eee18a968aa47c5 (patch)
tree3d2289dffff3e6e76f44f622968c5427a299a3cb
parent41843ab97a495896ded727167d073630b0f4d01b (diff)
downloadgitlab-ci-1fc349b0cbf18ee085aae79c2eee18a968aa47c5.tar.gz
Show projects count in runners list
-rw-r--r--app/views/runners/index.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/runners/index.html.haml b/app/views/runners/index.html.haml
index 233bb2c..815dc6e 100644
--- a/app/views/runners/index.html.haml
+++ b/app/views/runners/index.html.haml
@@ -15,6 +15,7 @@
%th ID
%th Token
%th Last build
+ %th Projects
%th Builds Stats
%th Registered
%th
@@ -32,6 +33,8 @@
- else
unknown
%td
+ = runner.projects.count
+ %td
%span.badge.badge-success
#{runner.builds.success.count}
%span /