mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-17 22:38:08 +00:00
Support for frame-relay-switch added
This commit is contained in:
@ -19,7 +19,8 @@ export class ConfigActionComponent {
|
||||
@Input() server: Server;
|
||||
@Input() node: Node;
|
||||
private conf = {
|
||||
autoFocus: false
|
||||
autoFocus: false,
|
||||
width: '800px'
|
||||
};
|
||||
dialogRef;
|
||||
|
||||
|
Reference in New Issue
Block a user