Show SFTP/Docker username on server list and view.
This commit is contained in:
parent
91ce97a326
commit
bdfab16af3
2 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,10 @@
|
|||
<td>Docker User ID</td>
|
||||
<td data-attr="container-user"><i class="fa fa-fw fa-refresh fa-spin"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Docker Container Name</td>
|
||||
<td>{{ $server->username }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Service</td>
|
||||
<td>{{ $server->option->service->name }} :: {{ $server->option->name }}</td>
|
||||
|
|
Reference in a new issue