Support for frame-relay-switch added

This commit is contained in:
Piotr Pekala
2019-09-16 02:35:10 -07:00
parent a50209455c
commit 83558d0d4e
3 changed files with 117 additions and 57 deletions

View File

@ -19,7 +19,8 @@ export class ConfigActionComponent {
@Input() server: Server;
@Input() node: Node;
private conf = {
autoFocus: false
autoFocus: false,
width: '800px'
};
dialogRef;