Added ability to clear all downloads in a session

This commit is contained in:
Isaac Grynsztein
2020-06-29 19:35:59 -04:00
parent 5511c94071
commit d100e80ccf
2 changed files with 26 additions and 2 deletions

View File

@@ -14,6 +14,9 @@
</div>
</div>
</div>
<div>
<button style="top: 15px;" (click)="clearDownloads(session_downloads.key)" mat-stroked-button color="warn">Clear all downloads</button>
</div>
</mat-card>
</ng-container>
</div>