]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix actions button in tasks table 1488/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Wed, 31 Aug 2022 19:39:56 +0000 (12:39 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Wed, 31 Aug 2022 19:39:56 +0000 (12:39 -0700)
src-ui/src/app/components/manage/tasks/tasks.component.html

index fcffc0ba362fa569ab06545bf0377d25cf4e564c..91dad4ec8ef9fb18f49dee9a556a554e8fe19473 100644 (file)
@@ -55,7 +55,7 @@
         </th>
         <td class="overflow-auto">{{ task.name }}</td>
         <td class="d-none d-lg-table-cell">{{ task.created | customDate:'short' }}</td>
-        <td class="d-none d-lg-table-cell" *ngIf="activeTab != 'incomplete'">
+        <td class="d-none d-lg-table-cell" *ngIf="activeTab != 'started' && activeTab != 'queued'">
           <div *ngIf="task.result.length > 50" class="result" (click)="expandTask(task); $event.stopPropagation();"
             [ngbPopover]="resultPopover" popoverClass="shadow small mobile" triggers="mouseenter:mouseleave" container="body">
             <span class="small d-none d-md-inline-block font-monospace text-muted">{{ task.result | slice:0:50 }}&hellip;</span>