From 900cb423b32f9531cd52935340fa059d5c4cbea0 Mon Sep 17 00:00:00 2001 From: llara Date: Wed, 26 Feb 2025 11:45:17 +0100 Subject: [PATCH] Remove unused CreatePxeBootFileComponent from app module --- ogWebconsole/src/app/app.module.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ogWebconsole/src/app/app.module.ts b/ogWebconsole/src/app/app.module.ts index 4c60534..009b857 100644 --- a/ogWebconsole/src/app/app.module.ts +++ b/ogWebconsole/src/app/app.module.ts @@ -72,7 +72,6 @@ import { CreatePxeTemplateComponent } from './components/ogboot/pxe/create-pxeTe import { PxeBootFilesComponent } from './components/ogboot/pxe-boot-files/pxe-boot-files.component'; import { MatExpansionPanel, MatExpansionPanelDescription, MatExpansionPanelTitle } from "@angular/material/expansion"; import { OgbootStatusComponent } from './components/ogboot/ogboot-status/ogboot-status.component'; -import { CreatePxeBootFileComponent } from './components/ogboot/pxe-boot-files/create-pxeBootFile/create-pxe-boot-file/create-pxe-boot-file.component'; import { NgxChartsModule } from '@swimlane/ngx-charts'; import { CommandsComponent } from './components/commands/main-commands/commands.component'; import { CommandDetailComponent } from './components/commands/main-commands/detail-command/command-detail.component'; @@ -167,7 +166,6 @@ export function HttpLoaderFactory(http: HttpClient) { CreatePxeTemplateComponent, PxeBootFilesComponent, OgbootStatusComponent, - CreatePxeBootFileComponent, OgDhcpSubnetsComponent, CreateSubnetComponent, AddClientsToSubnetComponent,