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,