diff --git a/src-ui/src/app/components/admin/tasks/tasks.component.html b/src-ui/src/app/components/admin/tasks/tasks.component.html index dc4e0baae..48abf243d 100644 --- a/src-ui/src/app/components/admin/tasks/tasks.component.html +++ b/src-ui/src/app/components/admin/tasks/tasks.component.html @@ -94,93 +94,95 @@ -
|
-
-
-
-
- |
- Name | -Created | - @if (sectionShowsResults(section)) { -Results | - } -Info | -Actions | -|
|---|---|---|---|---|---|---|
|
-
-
-
-
- |
-
- {{ taskDisplayName(task) }}
-
- @if (taskShowsSeparateTypeLabel(task)) {
- {{ task.task_type_display }}
- •
- }
- {{ task.trigger_source_display }}
-
- |
- {{ task.date_created | customDate:'short' }} | - @if (sectionShowsResults(section)) { -
- @if (task.result_message?.length > 50) {
-
- {{ task.result_message | slice:0:50 }}…
-
- }
- @if (task.result_message?.length <= 50) {
- {{ task.result_message }}
- }
- {{ task.result_message | slice:0:300 }}@if (task.result_message.length > 300) {
- …
- }
- @if (task.result_message?.length > 300) {
- ( |
- }
- - - | -
-
-
-
- |
-
- - |
+
+
+
+
+
+ |
+ Name | +Created | + @if (sectionShowsResults(section)) { +Results | + } +Info | +Actions |
|---|
{{ task.result_message | slice:0:300 }}@if (task.result_message.length > 300) {
+ …
+ }
+ @if (task.result_message?.length > 300) {
+ +{{ task.result_message }}