#118 Add button to cancel all the remaining upload

This commit is contained in:
mauriziovitale84
2016-05-31 17:10:23 +01:00
parent 4a4a5468af
commit f4e8f6ed65
5 changed files with 65 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
<div [ngClass]="{hide: isUploadCompleted()}" [ngClass]="{show: !isUploadCompleted()}"
class="body-dialog-header">
<div class="body-dialog-action"></div>
<div class="body-dialog-cancel"><a href="#" (click)="cancelAllFiles()">{{'FILE_UPLOAD.BUTTON.CANCEL' | translate}}</a></div>
</div>
<table class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
<tr>
<th>{{'FILE_UPLOAD.FILE_INFO.NAME' | translate}}</th>