From 315c7cfde724887dd7721de821b1e0358f4d895b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 14 Apr 2022 09:39:50 +0200 Subject: [PATCH] Web: fix layout of jobs table This ensures it uses virtual DOM, which is waaaaaaay faster. CSS variables are used to compute the max height for the Jobs Table grid cell, to make sure the Tabulator height can be set to 100% without overflowing. --- web/app/src/App.vue | 10 +++++++++- web/app/src/components/JobsTable.vue | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/web/app/src/App.vue b/web/app/src/App.vue index 6f28702b..9433c09a 100644 --- a/web/app/src/App.vue +++ b/web/app/src/App.vue @@ -129,6 +129,12 @@ export default {