ogDhcp improvements
parent
2d4b0e58ea
commit
1bde11689c
|
@ -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);
|
||||
}
|
||||
);
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue