Forráskód Böngészése

Basepath in applications view

Andrea Pollastri 5 éve
szülő
commit
91c8b905f8
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      resources/views/applications.blade.php

+ 2 - 0
resources/views/applications.blade.php

@@ -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">