ogBoot improvements

oggui/translations
Manuel Aranda Rosales 2024-11-15 13:01:11 +01:00
parent dfc7fd01ce
commit 2d4b0e58ea
3 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,6 @@ export class OgbootStatusComponent implements OnInit {
view: [number, number] = [1100, 500];
// Opciones de la gráfica
gradient: boolean = true;
showLegend: boolean = true;
showLabels: boolean = true;

View File

@ -239,6 +239,7 @@ export class PXEimagesComponent implements OnInit {
});
},
error => {
this.toastService.error(error.error['hydra:description']);
console.error('Error al cargar la información del alert', error);
}
);

View File

@ -218,6 +218,7 @@ export class PxeComponent {
});
},
error => {
this.toastService.error(error.error['hydra:description']);
console.error('Error al cargar la información del alert', error);
}
);