diff --git a/ogWebconsole/src/app/app.module.ts b/ogWebconsole/src/app/app.module.ts
index 62de434..9ec2f42 100644
--- a/ogWebconsole/src/app/app.module.ts
+++ b/ogWebconsole/src/app/app.module.ts
@@ -113,8 +113,6 @@ import { CreateSoftwareProfileComponent } from './components/software-profile/cr
import { OperativeSystemComponent } from './components/operative-system/operative-system.component';
import { CreateOperativeSystemComponent } from './components/operative-system/create-operative-system/create-operative-system.component';
import { ShowTemplateContentComponent } from './components/ogboot/pxe/show-template-content/show-template-content.component';
-import { AddClientsToPxeComponent } from './components/ogboot/pxe/add-clients-to-pxe/add-clients-to-pxe.component';
-import { ClientsComponent } from './components/ogboot/pxe/clients/clients.component';
import { RepositoriesComponent } from './components/repositories/repositories.component';
import { CreateRepositoryComponent } from './components/repositories/create-repository/create-repository.component';
import { ExecuteCommandComponent } from './components/commands/main-commands/execute-command/execute-command.component';
@@ -200,8 +198,6 @@ export function HttpLoaderFactory(http: HttpClient) {
OperativeSystemComponent,
CreateOperativeSystemComponent,
ShowTemplateContentComponent,
- AddClientsToPxeComponent,
- ClientsComponent,
RepositoriesComponent,
CreateRepositoryComponent,
ExecuteCommandComponent,
diff --git a/ogWebconsole/src/app/components/ogboot/pxe-images/pxe-images.component.css b/ogWebconsole/src/app/components/ogboot/pxe-images/pxe-images.component.css
index 449d540..7d92813 100644
--- a/ogWebconsole/src/app/components/ogboot/pxe-images/pxe-images.component.css
+++ b/ogWebconsole/src/app/components/ogboot/pxe-images/pxe-images.component.css
@@ -42,7 +42,6 @@ table {
align-items: center;
height: 100px;
padding: 10px;
- margin-top: 16px;
}
.mat-elevation-z8 {
@@ -55,21 +54,15 @@ table {
margin-bottom: 30px;
}
-.example-headers-align .mat-expansion-panel-header-description {
- justify-content: space-between;
- align-items: center;
+.images-button-row {
+ display: flex;
+ justify-content: flex-start;
+ margin-top: 16px;
+ gap: 10px;
}
-.example-headers-align .mat-mdc-form-field + .mat-mdc-form-field {
- margin-left: 8px;
-}
-
-.button-row {
- display: table-cell;
- max-width: 600px;
-}
-
-.button-row .mat-mdc-button-base {
- margin: 8px 8px 8px 0;
+mat-spinner {
+ margin: 0 auto;
+ align-self: center;
}
diff --git a/ogWebconsole/src/app/components/ogboot/pxe-images/pxe-images.component.html b/ogWebconsole/src/app/components/ogboot/pxe-images/pxe-images.component.html
index 0c0a30a..dd66093 100644
--- a/ogWebconsole/src/app/components/ogboot/pxe-images/pxe-images.component.html
+++ b/ogWebconsole/src/app/components/ogboot/pxe-images/pxe-images.component.html
@@ -1,17 +1,3 @@
-