From 9195504329e8a44733d238f728fe0054352856c6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 1 Nov 2020 13:38:48 +0900 Subject: [PATCH] Improve task manager --- src/client/components/taskmanager.vue | 55 ++++++++++++++++++++++----- src/client/init.ts | 2 +- src/client/os.ts | 3 +- src/client/ui/deck.vue | 2 +- src/client/ui/default.vue | 2 +- src/client/ui/zen.vue | 2 +- 6 files changed, 52 insertions(+), 14 deletions(-) diff --git a/src/client/components/taskmanager.vue b/src/client/components/taskmanager.vue index c5f9510f3..c7f91d082 100644 --- a/src/client/components/taskmanager.vue +++ b/src/client/components/taskmanager.vue @@ -4,7 +4,20 @@ Task Manager
- + + +
+
+
#ID
+
Component
+
Action
+
+
+
#{{ p.id }}
+
{{ p.component.name ? p.component.name : '' }}
+
+
+
#ID
@@ -22,12 +35,24 @@
{{ c.out }}
+
+
+
#ID
+
Ch
+
Users
+
+
+
#{{ p.id }}
+
{{ p.channel }}
+
{{ p.users }}
+
+