From e34fab0213a509ccf3c799ae34e1777803d3a752 Mon Sep 17 00:00:00 2001 From: Max Value Date: Mon, 6 Apr 2026 23:12:54 +0100 Subject: [PATCH] Added note to table page --- director/templates/index.html | 1 - director/templates/table.html | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/director/templates/index.html b/director/templates/index.html index d236140..228b00a 100644 --- a/director/templates/index.html +++ b/director/templates/index.html @@ -28,7 +28,6 @@ setupUpdate(); {# BEGINS #} -
diff --git a/director/templates/table.html b/director/templates/table.html index c357be1..7d56694 100644 --- a/director/templates/table.html +++ b/director/templates/table.html @@ -83,6 +83,8 @@ setupTrigger(); {% endfor %} + +
Note: Tables are rendered statically, it is not safe to opperate the same interface in two places at once.
-- 2.39.2