ogDhcp improvements

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

View File

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

View File

@ -1,4 +1,4 @@
<h2 mat-dialog-title>Información de Subred</h2>
<h2 mat-dialog-title>Información</h2>
<mat-dialog-content>
<pre>{{ data | json }}</pre>
</mat-dialog-content>