From 90a01e6e5f91e2189da38cc102a7a8688daf12cb Mon Sep 17 00:00:00 2001 From: Lev Zagnetin Date: Sat, 18 Nov 2023 02:09:03 +0200 Subject: [PATCH] Try to generate charts from project names --- .../sharedIndexes/CompletionDashboard.vue | 48 +++++++++++-------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/dashboard/new-dashboard/src/components/goland/sharedIndexes/CompletionDashboard.vue b/dashboard/new-dashboard/src/components/goland/sharedIndexes/CompletionDashboard.vue index ccf44a1a..d0251ddf 100644 --- a/dashboard/new-dashboard/src/components/goland/sharedIndexes/CompletionDashboard.vue +++ b/dashboard/new-dashboard/src/components/goland/sharedIndexes/CompletionDashboard.vue @@ -4,27 +4,18 @@ table="goland" persistent-id="go_completion_dashboard" initial-machine="Linux EC2 C6id.8xlarge (32 vCPU Xeon, 64 GB)" + :project="projects" >
- -
-
- -
-
- +
+ +
@@ -32,4 +23,23 @@