mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Fix display of associated servers when viewing an administrative user in the Admin CP.
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach($user->access()->get() as $server)
|
||||
@foreach($user->setAccessLevel('subuser')->access()->get() as $server)
|
||||
<tr>
|
||||
<td><a href="{{ route('server.index', $server->uuidShort) }}/"><i class="fa fa-tachometer"></i></a></td>
|
||||
<td><code>{{ $server->uuidShort }}</code></td>
|
||||
|
||||
Reference in New Issue
Block a user