More distinct server config if admin
This commit is contained in:
parent
058e490ec4
commit
5fb4b2cdcf
2 changed files with 4 additions and 2 deletions
|
@ -193,8 +193,9 @@
|
|||
</li>
|
||||
@endif
|
||||
@if(Auth::user()->root_admin)
|
||||
<li class="header">@lang('navigation.server.admin_header')</li>
|
||||
<li>
|
||||
<a href="{{ route('admin.servers.view', $server->id) }}">
|
||||
<a href="{{ route('admin.servers.view', $server->id) }}" target="_blank">
|
||||
<i class="fa fa-cog"></i> <span>@lang('navigation.server.admin')</span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
Reference in a new issue