Fix display of associated servers when viewing an administrative user in the Admin CP.
This commit is contained in:
parent
ae6b0f5c5e
commit
6dc1c15739
3 changed files with 43 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue