mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-07-14 03:29:35 +03:00
feat(exclusion): hide section with type exclusion
This commit is contained in:
@@ -716,7 +716,7 @@ async function getDashboardSections() {
|
||||
})
|
||||
);
|
||||
const data = configSections.filter(
|
||||
(section) => section.connection_type !== "block" && section[".type"] !== "settings"
|
||||
(section) => section.connection_type !== "block" && section.connection_type !== "exclusion" && section[".type"] !== "settings"
|
||||
).map((section) => {
|
||||
if (section.connection_type === "proxy") {
|
||||
if (section.proxy_config_type === "url") {
|
||||
|
||||
Reference in New Issue
Block a user