Skip to content
Snippets Groups Projects
Commit 370065df authored by Sytse Sijbrandij's avatar Sytse Sijbrandij Committed by Sytse Sijbrandij
Browse files

Make difference between registration and runner token clear.

Conflicts:
	app/views/runners/index.html.haml
parent 39df52e0
No related branches found
No related tags found
No related merge requests found
= content_for :title do
%h3.project-title
Runners
.alert.alert-info
%strong To register new runner you should the following registration token
%code #{GitlabCi::RunnersToken}
%p
Runner is a process which run a build.
You can setup as much runners as you need.
%br
Runners can be placed on separate users, servers, even on your local machine
%br
%table.table
%tr
%th ID
%th Runner token
%th Description
%th Last build
%th Projects
%th Builds Stats
%th Registered
%th
= render @runners
= paginate @runners
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment