From e7bb9196b14609a52effcbc62e059c4a212d7c7c Mon Sep 17 00:00:00 2001 From: Anthony Rose <20302208+Cx01N@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:46:51 -0400 Subject: [PATCH 1/6] Added completed and error status to taskings (#192) * Added completed and error status to taskings * Added keylog status to taskings * changed keylog to continuous * added icons for plugin tasks --- CHANGELOG.md | 4 ++++ src/components/agents/AgentTasksTable.vue | 11 ++++++++++- src/components/plugins/PluginTasksTable.vue | 16 +++++++++++++++- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c454f1..ad0cb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added completed, error, continuous statuses to taskings + ## [2.7.3] - 2024-02-22 ### Added diff --git a/src/components/agents/AgentTasksTable.vue b/src/components/agents/AgentTasksTable.vue index e54f7e7..2c0e832 100644 --- a/src/components/agents/AgentTasksTable.vue +++ b/src/components/agents/AgentTasksTable.vue @@ -118,12 +118,21 @@