mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
add link on server navigation to get to the admin page of the current server
This commit is contained in:
@@ -184,6 +184,13 @@
|
||||
</ul>
|
||||
</li>
|
||||
@endif
|
||||
@if(Auth::user()->root_admin)
|
||||
<li>
|
||||
<a href="{{ route('admin.servers.view', $server->id) }}">
|
||||
<i class="fa fa-cog"></i> <span>@lang('navigation.server.admin')</span>
|
||||
</a>
|
||||
</li>
|
||||
@endif
|
||||
@endif
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user