summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2018-08-20 14:58:08 +0000
committerKamil TrzciƄski <ayufan@ayufan.eu>2018-08-20 14:58:08 +0000
commit67e0082ecee50040103928d600b264078046f63a (patch)
treeea61d25da757d56bf1ebee1c1e88cd318c780735 /app
parent3c80adf5c8486315fa84ac237177c38b9ae625c9 (diff)
downloadgitlab-ce-67e0082ecee50040103928d600b264078046f63a.tar.gz
clarify runners currently online text
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/runners/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
index 8dfd176f1b7..9280ff4d478 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -49,7 +49,7 @@
= submit_tag 'Search', class: 'btn'
.float-right.light
- Runners with last contact more than a minute ago: #{@active_runners_cnt}
+ Runners currently online: #{@active_runners_cnt}
%br