From 760efda35a5dab5910e594249fbdc62703061b37 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Thu, 3 Oct 2024 00:15:00 +0100 Subject: [PATCH] temp: include channels in sub table --- apps/home/static/home/js/tabs/subs.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/home/static/home/js/tabs/subs.js b/apps/home/static/home/js/tabs/subs.js index 8fb55a4..bb5f6a2 100644 --- a/apps/home/static/home/js/tabs/subs.js +++ b/apps/home/static/home/js/tabs/subs.js @@ -24,6 +24,10 @@ function initSubscriptionsModule() { return `${url}`; } }, + { + title: "Channels", + data: "channels", + }, { title: "Rules", data: "unique_rules",