Skip to content

Commit

Permalink
Merge pull request ceph#56054 from rhcs-dashboard/open-swagger-new-tab
Browse files Browse the repository at this point in the history
mgr/dashboard: open api swagger in new tab

Reviewed-by: afreen23 <NOT@FOUND>
Reviewed-by: Ankush Behl <cloudbehl@gmail.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
  • Loading branch information
nizamial09 authored Mar 22, 2024
2 parents 29008b1 + a1a093a commit ae777cc
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
</a>
<div ngbDropdownMenu>
<a ngbDropdownItem
class="text-capitalize"
[ngClass]="{'disabled': !docsUrl}"
href="{{ docsUrl }}"
target="_blank"
i18n>documentation</a>
<button ngbDropdownItem
routerLink="/api-docs"
target="_blank"
i18n>API</button>
i18n>Documentation
<i class="fa fa-external-link"></i>
</a>
<a ngbDropdownItem
routerLink="/api-docs"
target="_blank"
i18n>API
<i class="fa fa-external-link"></i>
</a>
<button ngbDropdownItem
(click)="openAboutModal()"
i18n>About</button>
Expand Down

0 comments on commit ae777cc

Please sign in to comment.