From 7e4663f012f9ef260249eed9b6b6d65cbe73a292 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 15 Mar 2021 09:44:18 +0900 Subject: [PATCH] Add config and template services to the plugin --- .../configAutoLabeling/ConfigCreationForm.vue | 18 ++++-------------- .../configAutoLabeling/ConfigList.vue | 19 +++++-------------- .../form/ConfigTemplateName.vue | 14 ++++---------- .../configAutoLabeling/form/LabelMapping.vue | 13 +------------ frontend/plugins/services.ts | 16 ++++++++++++++-- 5 files changed, 28 insertions(+), 52 deletions(-) diff --git a/frontend/components/configAutoLabeling/ConfigCreationForm.vue b/frontend/components/configAutoLabeling/ConfigCreationForm.vue index 2332fa4c..1f6968e6 100644 --- a/frontend/components/configAutoLabeling/ConfigCreationForm.vue +++ b/frontend/components/configAutoLabeling/ConfigCreationForm.vue @@ -47,8 +47,6 @@ diff --git a/frontend/components/configAutoLabeling/form/LabelMapping.vue b/frontend/components/configAutoLabeling/form/LabelMapping.vue index 418b3273..74e9c5cb 100644 --- a/frontend/components/configAutoLabeling/form/LabelMapping.vue +++ b/frontend/components/configAutoLabeling/form/LabelMapping.vue @@ -104,12 +104,9 @@