Merge branch 'develop' into feature/add-frontend-server-configuration
This commit is contained in:
commit
5a3428f0a0
3 changed files with 16 additions and 0 deletions
|
@ -192,6 +192,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 a new issue