diff --git a/frontend/angular.json b/frontend/angular.json index 6d8bb04..381e7be 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -53,7 +53,13 @@ ], "styles": [ "src/styles.scss" - ] + ], + "stylePreprocessorOptions": { + "includePaths": [ + "src", + "src/styles" + ] + } }, "configurations": { "production": { diff --git a/frontend/src/app/command-hub/components/agent-card/agent-card.component.html b/frontend/src/app/command-hub/components/agent-card/agent-card.component.html index 8140132..e12a232 100644 --- a/frontend/src/app/command-hub/components/agent-card/agent-card.component.html +++ b/frontend/src/app/command-hub/components/agent-card/agent-card.component.html @@ -2,11 +2,13 @@ +
@@ -27,19 +29,20 @@ -
+

- {{ status === 'error' ? errorMessage || task : task }} + {{ isError() ? errorMessage || task : task }}

{{ progress }}%
+ +
+ + {{ taskElapsed }} +
+