m3u link
This commit is contained in:
parent
7e667d81ab
commit
af9a534c1e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
@let inc = inc$ | async;
|
||||
<mat-card class="incident" appearance="outlined">
|
||||
<div class="cardHdr">
|
||||
<h1>{{ inc?.name }}</h1>
|
||||
<h1>{{ inc?.name }} <a [href]="'/incident/'+incID+'.m3u'"><mat-icon>playlist_play</mat-icon></a></h1>
|
||||
<button mat-icon-button (click)="editIncident(incID)">
|
||||
<mat-icon>edit</mat-icon>
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue