Skip to content

Commit

Permalink
Remove useless tab
Browse files Browse the repository at this point in the history
  • Loading branch information
csavelief committed Sep 27, 2024
1 parent 7572007 commit 6cf7038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/home/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</a>
</li>
@endif
@if(Auth::user()->canListServers())
@if(Auth::user()->canListServers() && !Auth::user()->isCywiseUser())
<li class="nav-item">
<a class="nav-link {{ $tab === 'traces' ? 'active' : '' }}"
href="/home?tab=traces">
Expand Down

0 comments on commit 6cf7038

Please sign in to comment.