From 96e5e848819c4ffb99cd8df918785521eef2c2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 8 Apr 2022 13:08:53 +0200 Subject: [PATCH] Web: proper updating & sorting of jobs in Tabulator --- web/app/src/components/FlamencoJobsTable.vue | 70 +++++++++++++------- 1 file changed, 45 insertions(+), 25 deletions(-) diff --git a/web/app/src/components/FlamencoJobsTable.vue b/web/app/src/components/FlamencoJobsTable.vue index 47a1947f..cd03172d 100644 --- a/web/app/src/components/FlamencoJobsTable.vue +++ b/web/app/src/components/FlamencoJobsTable.vue @@ -1,12 +1,21 @@