From d30efdd1b81c5dc135af4901f9213464f3ba33b7 Mon Sep 17 00:00:00 2001 From: Alfredo Cardigliano <cardigliano@ntop.org> Date: Mon, 27 Jan 2025 15:59:39 +0100 Subject: [PATCH] Remove old vue imports --- http_src/vue/ntop_vue.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/http_src/vue/ntop_vue.js b/http_src/vue/ntop_vue.js index b71527f9c95e..806ca4bb6295 100644 --- a/http_src/vue/ntop_vue.js +++ b/http_src/vue/ntop_vue.js @@ -68,8 +68,6 @@ import { default as PageNetworkConfiguration } from "./page-network-configuratio import { default as PageNetworkPolicy } from "./page-network-policy.vue" import { default as PageLimits } from "./page-limits.vue" import { default as PageLocalHostsReport } from "./page-local-hosts-report.vue" -import { default as PageInactiveHostsList } from "./page-inactive-hosts.vue" -import { default as PageInactiveHostDetails } from "./page-inactive-host-details.vue" import { default as PageAccessControlList } from "./page-access-control-list.vue" import { default as PageTopInterfaceApplications } from "./page-top-interface-applications.vue" import { default as PageTopInterfaceCategories } from "./page-top-interface-categories.vue"