mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-23 08:55:32 +00:00
Merge branch 'bugfix/1383' of https://github.com/GNS3/gns3-web-ui into bugfix/1383
This commit is contained in:
@ -21,7 +21,7 @@ export class LinkStyleEditorDialogComponent implements OnInit {
|
||||
project: Project;
|
||||
link: Link;
|
||||
formGroup: FormGroup;
|
||||
borderTypes = ["Solid", "Dash", "Dot", "Dash Dot"];
|
||||
borderTypes = ["Solid", "Dash", "Dot", "Dash Dot", "Dash Dot Dot"];
|
||||
|
||||
constructor(
|
||||
public dialogRef: MatDialogRef<LinkStyleEditorDialogComponent>,
|
||||
|
Reference in New Issue
Block a user