From c0e25ac36f9f00d17b5f9f0058d5b61af449f268 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Fri, 9 Oct 2020 15:09:43 +0200 Subject: [PATCH] Allow editing fsp/lsp in planner. This is a very basic implementation and doesn't check that the points are indeed valid. A proper solution is to request the list of preplots for that line from the server and validate against those. --- lib/www/client/source/src/views/Plan.vue | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/lib/www/client/source/src/views/Plan.vue b/lib/www/client/source/src/views/Plan.vue index 0396854..f07eca0 100644 --- a/lib/www/client/source/src/views/Plan.vue +++ b/lib/www/client/source/src/views/Plan.vue @@ -80,6 +80,44 @@ + + + +