Commit 808c4660 authored by ari_darmawan's avatar ari_darmawan

route target blank

parent 3ff335eb
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
<div class="card-body" style="max-height: 440px;overflow-y: scroll;"> <div class="card-body" style="max-height: 440px;overflow-y: scroll;">
<ng-container *ngFor="let data of listTicketHistory"> <ng-container *ngFor="let data of listTicketHistory">
<p class="m-1"> <p class="m-1">
<a href="javascript:;" target="_blank" class="text-info"> <a href="javascript:;" target="_blank" class="text-info" routerLink="/admin/ticket/detail/{{data.id.toString()}}">
{{data.ref}} {{data.ref}}
</a> </a>
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment