From 4e18c4556a59c3ab7956bd8e36b81124b192c57c Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Tue, 23 Jun 2026 18:00:55 +0100 Subject: [PATCH] Style action status message and don't show with last log. --- .../labThingsComponents/actionLogDisplay.vue | 40 +++++++++++-------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/webapp/src/components/labThingsComponents/actionLogDisplay.vue b/webapp/src/components/labThingsComponents/actionLogDisplay.vue index 11236c76..32b158ed 100644 --- a/webapp/src/components/labThingsComponents/actionLogDisplay.vue +++ b/webapp/src/components/labThingsComponents/actionLogDisplay.vue @@ -15,29 +15,22 @@
- +
- +
+ The task was cancelled. +
- +
- - - + @@ -215,6 +208,21 @@ export default { line-clamp: 2; /* Future version of webkit-line-clamp, not fully supported yet */ } +.status-error { + color: #f0506e; + font-weight: 600; +} + +.status-cancelled { + color: #faa05a; + font-weight: 600; +} + +.status-completed { + color: green; + font-weight: 600; +} + .log-container { flex: 1 1 auto; min-height: 0;