From bbe6e997367b0a8db99e8a985a078b1652313cde Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Fri, 19 Jun 2026 10:30:30 +0100 Subject: [PATCH] Always show results message --- .../labThingsComponents/actionLogDisplay.vue | 43 ++++++++++++------- 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/webapp/src/components/labThingsComponents/actionLogDisplay.vue b/webapp/src/components/labThingsComponents/actionLogDisplay.vue index 21397c5d..11236c76 100644 --- a/webapp/src/components/labThingsComponents/actionLogDisplay.vue +++ b/webapp/src/components/labThingsComponents/actionLogDisplay.vue @@ -12,21 +12,32 @@ - +
-
- {{ latestMessage }} -
-
-

The task failed due to an error:

-

{{ errorMessage }}

-

{{ errorMessage }}

-
-
- The task was cancelled. -
-
- The task completed successfully. +
+ + + + + + + + +
@@ -194,9 +205,9 @@ export default { .log-summary-text { text-align: center; font-size: large; - min-height: calc(2 * 1.4em); /* ALWAYS reserve 2 lines */ + height: calc(2 * 1.4em); /* height of element is 2 lines */ line-height: 1.4em; - padding: 0px 5px; /* Give some padding so there's room for ... to not expand too far */ + padding: 0 5px; /* Give some padding so there's room for ... to not expand too far */ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;