From be904d8a006c8609134286e2061e3f3dfd56c681 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Sun, 29 Oct 2023 19:33:52 +0100 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98groups=E2=80=99=20column=20to=20?= =?UTF-8?q?ProjectList=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/www/client/source/src/views/ProjectList.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/www/client/source/src/views/ProjectList.vue b/lib/www/client/source/src/views/ProjectList.vue index 52944a8..da7d2e9 100644 --- a/lib/www/client/source/src/views/ProjectList.vue +++ b/lib/www/client/source/src/views/ProjectList.vue @@ -23,6 +23,13 @@ + + @@ -118,6 +125,10 @@ export default { value: "name", text: "Name" }, + { + value: "groups", + text: "Groups" + }, { value: "lines", text: "Lines"