From e8334ec8255292a911625f1682cc2e1a78b75283 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Mon, 29 Jul 2024 23:54:23 +0100 Subject: [PATCH] "server active?" switch to server settings no functionality if disabled, should stop all subscriptions, regardless of individual active states. --- apps/static/js/table.js | 1 + apps/templates/home/includes/settingstab.html | 32 +++++++++++++++++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/apps/static/js/table.js b/apps/static/js/table.js index 97dc180..61341ee 100644 --- a/apps/static/js/table.js +++ b/apps/static/js/table.js @@ -63,6 +63,7 @@ function createSearchRow(containingSelector, searchId, sortDropdownId, filterDro `); populateSortDropdown(sortDropdownId, options.sort); + // bindSortDropdown(sortDropdownId); } if (options.filter && options.actions.GET) { diff --git a/apps/templates/home/includes/settingstab.html b/apps/templates/home/includes/settingstab.html index dad8ff9..2b0ec81 100644 --- a/apps/templates/home/includes/settingstab.html +++ b/apps/templates/home/includes/settingstab.html @@ -1,5 +1,33 @@
-
+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+
Is this server active?
+
+
+
+ \ No newline at end of file