|
@@ -36,6 +36,7 @@ Applications
|
|
|
<th class="text-center">Domain</th>
|
|
|
<th class="text-center">Server</th>
|
|
|
<th class="text-center">User</th>
|
|
|
+ <th class="text-center">Path</th>
|
|
|
<th class="text-center">PHP</th>
|
|
|
<th class="text-center">Aliases</th>
|
|
|
<th class="text-center">Actions</th>
|
|
@@ -48,6 +49,7 @@ Applications
|
|
|
<td class="text-center">{{ $application->domain }}</td>
|
|
|
<td class="text-center">{{ $application->server->ip }}</td>
|
|
|
<td class="text-center">{{ $application->username }}</td>
|
|
|
+ <td class="text-center">{{ $application->basepath }}</td>
|
|
|
<td class="text-center">{{ $application->php }}</td>
|
|
|
<td class="text-center">{{ count($application->aliases) }}</td>
|
|
|
<td class="text-center">
|