diff --git a/apps/home/static/home/js/tabs/subs.js b/apps/home/static/home/js/tabs/subs.js index a4084ad..165536e 100644 --- a/apps/home/static/home/js/tabs/subs.js +++ b/apps/home/static/home/js/tabs/subs.js @@ -12,13 +12,13 @@ function initSubscriptionsModule() { { title: "Name", data: "name", - className: "text-truncate col-3", + className: "text-truncate", render: renderEditColumn }, { title: "URL", data: "url", - className: "text-truncate col-4", + className: "text-truncate", render: function(data, type) { const url = sanitise(data); return `${url}`; @@ -32,23 +32,13 @@ function initSubscriptionsModule() { }, { title: "Rules", - data: "unique_rules", - className: "text-center text-nowrap col-1", - render: function(data, type) { - let badges = $("