Skip to content

Commit

Permalink
Remove API Docs link from top-panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed Feb 27, 2024
1 parent 1f422a3 commit 978d569
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/top-panel/top-panel.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
<a *userRole="'operator'" ngbDropdownItem class="btn btn-block text-left text-white" [routerLink]="['/administration']"><i
class="fas fa-cog icon"></i>Administrate</a>

<a ngbDropdownItem class="btn btn-block text-left text-white" href="/api-docs" target="_blank"><i
class="far fa-question-circle icon"></i>Api docs</a>

<a ngbDropdownItem class="btn btn-block text-left text-white" [routerLink]="['/login']"><i
class="fas fa-sign-out-alt icon"></i>
Logout</a>
Expand Down

0 comments on commit 978d569

Please sign in to comment.