temp: include channels in sub table

This commit is contained in:
Corban-Lee Jones 2024-10-03 00:15:00 +01:00
parent fcde18b381
commit 760efda35a

View File

@ -24,6 +24,10 @@ function initSubscriptionsModule() {
return `<a href="${url}" class="btn btn-link text-start text-decoration-none" target="_blank">${url}</a>`;
}
},
{
title: "Channels",
data: "channels",
},
{
title: "Rules",
data: "unique_rules",