temp: include channels in sub table
This commit is contained in:
parent
fcde18b381
commit
760efda35a
@ -24,6 +24,10 @@ function initSubscriptionsModule() {
|
|||||||
return `<a href="${url}" class="btn btn-link text-start text-decoration-none" target="_blank">${url}</a>`;
|
return `<a href="${url}" class="btn btn-link text-start text-decoration-none" target="_blank">${url}</a>`;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Channels",
|
||||||
|
data: "channels",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Rules",
|
title: "Rules",
|
||||||
data: "unique_rules",
|
data: "unique_rules",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user