added link to home folder
This commit is contained in:
parent
f64668543d
commit
1ab46b5070
@ -16,7 +16,11 @@
|
||||
<tbody>
|
||||
<% @accounts.each do |account| %>
|
||||
<tr>
|
||||
<td><%= account.home_folder %></td>
|
||||
<td>
|
||||
<a href="<%= "#{AppConfig.wwwroot}#{account.home_folder}"%>" target="_blank" rel="noopener">
|
||||
<%= account.home_folder %>
|
||||
</s>
|
||||
</td>
|
||||
<td><%= account.username %></td>
|
||||
<td class="passwd" data-id="passwd">
|
||||
<%= link_to reveal_password_path(account.id), remote: true do %>
|
||||
|
@ -14,6 +14,7 @@ defaults: &defaults
|
||||
ftpusers: "/path/to/vsftpd/users/configs"
|
||||
ftproot: "/path/to/root/ftp/prefix/"
|
||||
ftpaccount: vsftpd
|
||||
wwwroot: "/path/to/ftp/www"
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
Loading…
Reference in New Issue
Block a user