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 @@ ...@@ -18,11 +18,6 @@
= runner.version = runner.version
%td %td
= runner.ip_address = runner.ip_address
%td
- if runner.defines_maximum_job_timeout?
= runner.maximum_job_timeout_human_readable
- else
n/a
%td %td
- if runner.shared? - if runner.shared?
n/a n/a
......
...@@ -61,7 +61,6 @@ ...@@ -61,7 +61,6 @@
%th Description %th Description
%th Version %th Version
%th IP Address %th IP Address
%th Maximum timeout
%th Projects %th Projects
%th Jobs %th Jobs
%th Tags %th Tags
......
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
- if runner.description.present? - if runner.description.present?
%p.runner-description %p.runner-description
= 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? - if runner.tag_list.present?
%p %p
- runner.tag_list.sort.each do |tag| - 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