diff --git a/app/views/clients/index.html.erb b/app/views/clients/index.html.erb index a218eff..20e488e 100644 --- a/app/views/clients/index.html.erb +++ b/app/views/clients/index.html.erb @@ -1,53 +1,54 @@
| Name | Uname | Active Jobs | Last Backup | FileRetention (days) | JobRetention (days) | Space Used | File count | AutoPrune |
|---|
| Name | FQDN | Port | Password | FileRetention (days) | JobRetention (days) | AutoPrune | +Verified | Created At |
|---|
| Name | <%= @host.name %> |
| FQDN | <%= @host.fqdn %> |
| FDPort | <%= @host.port %> |
| Password | <%= @host.password %> |
| File Retention | <%= @host.file_retention %> days |
| Job Retention | <%= @host.job_retention %> days |
| Auto Prune | <%= @host.auto_prune_human %> |
| Verified | ++ <% if @host.verified? %> + yes + <% else %> + no + <% end %> + | +
| Created | <%= I18n.l(@host.created_at, format: :long) %> |