web: fix API Drawer not opening in new tab by default

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-08 13:27:44 +02:00
parent 260f0b8710
commit 571049219f
1 changed files with 4 additions and 1 deletions

View File

@ -90,7 +90,10 @@ export class APIDrawer extends LitElement {
${item.method}: ${item.status} ${item.method}: ${item.status}
</h2> </h2>
</div> </div>
<a class="pf-c-notification-drawer__list-item-description" href=${item.path} <a
class="pf-c-notification-drawer__list-item-description"
target="_blank"
href=${item.path}
>${item.path}</a >${item.path}</a
> >
</li>`; </li>`;