{{log}}
+ @if (isLoading && logFiles.length) { +{{log}}
+ }+
Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available.
Actual updating of the app must still be performed manually.
+
No tracking data is collected by the app in any way.
-+
Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI
+|
-
-
-
-
- |
- Name | -Created | -Results | -Info | -Actions | -
|---|---|---|---|---|---|
|
-
-
-
-
- |
- {{ task.task_file_name }} | -{{ task.date_created | customDate:'short' }} | -
- 50" class="result" (click)="expandTask(task); $event.stopPropagation();"
- [ngbPopover]="resultPopover" popoverClass="shadow small mobile" triggers="mouseenter:mouseleave" container="body">
- {{ task.result | slice:0:50 }}…
-
- {{ task.result }}
- {{ task.result | slice:0:300 }}
- ( |
- - - | -
-
-
-
- |
-
- - |
- |||||
|
+
+
+
+
+ |
+ Name | +Created | + @if (activeTab !== 'started' && activeTab !== 'queued') { +Results | + } +Info | +Actions | +
|---|---|---|---|---|---|
|
+
+
+
+
+ |
+ {{ task.task_file_name }} | +{{ task.date_created | customDate:'short' }} | + @if (activeTab !== 'started' && activeTab !== 'queued') { +
+ @if (task.result?.length > 50) {
+
+ {{ task.result | slice:0:50 }}…
+
+ }
+ @if (task.result?.length <= 50) {
+ {{ task.result }}
+ }
+ {{ task.result | slice:0:300 }}@if (task.result.length > 300) {
+ …
+ }
+ @if (task.result?.length > 300) {
+ ( |
+ }
+ + + | +
+
+
+
+ |
+
+ + |
+ |||||
{{messageBold}}
- -