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;