diff --git a/app/views/clients/index.html.erb b/app/views/clients/index.html.erb index 191f1c2..48c0b36 100644 --- a/app/views/clients/index.html.erb +++ b/app/views/clients/index.html.erb @@ -1,54 +1,54 @@
Name | Uname | Active Jobs | Last Backup | File Ret. (days) | Job Ret. (days) | Space Used | Quota | Space Used % | Files |
---|
Name | FQDN | Port | -Password | +Token | FileRetention (days) | JobRetention (days) | Verified | Created At |
---|
Name | <%= @host.name %> | |
FQDN | <%= @host.fqdn %> | |
FDPort | <%= @host.port %> | |
Password | +Token | ******** |
File Retention | <%= @host.file_retention %> days | |
Job Retention | <%= @host.job_retention %> days | |
Verified | <% if @host.verified? %> yes <% else %> no <% end %> | |
Created | <%= I18n.l(@host.created_at, format: :long) %> |