diff --git a/app/views/hosts/_host.html.erb b/app/views/hosts/_host.html.erb index 393086c..3049628 100644 --- a/app/views/hosts/_host.html.erb +++ b/app/views/hosts/_host.html.erb @@ -1,17 +1,17 @@
| 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) %> |