Commit 27266db0 authored by Tomasz Maczukin's avatar Tomasz Maczukin

Remove information about maximum_job_timeout from runners lists

parent 36753b78
......@@ -18,11 +18,6 @@
= runner.version
%td
= runner.ip_address
%td
- if runner.defines_maximum_job_timeout?
= runner.maximum_job_timeout_human_readable
- else
n/a
%td
- if runner.shared?
n/a
......
......@@ -61,7 +61,6 @@
%th Description
%th Version
%th IP Address
%th Maximum timeout
%th Projects
%th Jobs
%th Tags
......
......@@ -36,8 +36,6 @@
- if runner.description.present?
%p.runner-description
= runner.description
- if runner.defines_maximum_job_timeout?
%p Maximum job timeout: #{runner.maximum_job_timeout_human_readable}
- if runner.tag_list.present?
%p
- runner.tag_list.sort.each do |tag|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment