<%= link_to_if client.host.present?, "##{client.id}", admin_client_path(client) %> |
<%= link_to_if client.host.present?, client.name, admin_client_path(client) %> |
<%= client.uname %> |
<%= client.host.try(:origin) %> |
<%= @stats.active_jobs[client.id] || 0 %> |
<%= @stats.last_jobs[client.id] %> |
<%= client.file_retention_days %> |
<%= client.job_retention_days %> |
<%= number_to_human_size(@stats.jobs_sizes[client.id]) %> |
<%= number_to_human_size(client.quota) %> |
<% if client.quota.to_f > 0 %>
<%= pretty_percentage(@stats.jobs_sizes[client.id].to_f / client.quota, client.quota) %>
<% end %>
|
<%= number_by_magnitude(@stats.jobs_files[client.id]) %> |
<%= client.auto_prune_human %> |